summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-30add a headers target when the config file doesnt exist, and move the clean ↵Mike Frysinger
targets out of the .config if
2005-10-30re-order options to fix menu tree displayMike Frysinger
2005-10-30simplify the security submenuMike Frysinger
2005-10-29Hopefully fix the bug Oleg reported in ↵Joakim Tjernlund
http://uclibc.org/lists/uclibc/2005-October/012809.html This will only fix powerpc. Should be easy to fix the other arches.
2005-10-29Hopefully correct undefined __libc_stack_end issuePeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-29Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ↵Peter S. Mazinger
users to build), creates all Makefiles now, should be only used if the master copies are updated
2005-10-29use & instead of &, tweak style, and add link for Embedded GentooMike Frysinger
2005-10-29close <a> tags like they should be for valid htmlMike Frysinger
2005-10-29add a charset def and update the doctypeMike Frysinger
2005-10-29add an entry about gnu malloc compat optionMike Frysinger
2005-10-29Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ↵Peter S. Mazinger
all over the place
2005-10-29Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sourcesPeter S. Mazinger
2005-10-29cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger
2005-10-29Add configure option to allow IMA compilingPeter S. Mazinger
2005-10-28Change Makefiles that are not fully IMA to allow it to be used w/ a DOMULTI ↵Peter S. Mazinger
config option
2005-10-28Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiatePeter S. Mazinger
2005-10-28typo s/notdir/dir/Peter S. Mazinger
2005-10-28Correct building locales and backport the changesPeter S. Mazinger
2005-10-28Oops, missed commiting AS_NEEDED checkPeter S. Mazinger
2005-10-28Remove --exclude CVS from tarPeter S. Mazinger
2005-10-28Update/add scripts' copyrightPeter S. Mazinger
2005-10-28Backport handling of AS_NEEDEDPeter S. Mazinger
2005-10-28Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, ↵Peter S. Mazinger
but all apps linked against libc.so will get DT_NEEDED for ld.so too
2005-10-28Add newly needed Makefiles that can be linkedPeter S. Mazinger
2005-10-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵Peter S. Mazinger
in main Makefile.in
2005-10-28Backport to current build systemPeter S. Mazinger
2005-10-28We use svn, do not look for cvs related files in distcleanPeter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵Peter S. Mazinger
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
2005-10-28Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerunPeter S. Mazinger
2005-10-28Enforce DOPIC, if text relocations are not allowedPeter S. Mazinger
2005-10-28Remove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO_LDSO are selected ↵Peter S. Mazinger
already
2005-10-28Missed one occurence of BUILD_UCLIBC_LDSOPeter S. Mazinger
2005-10-28HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and ↵Peter S. Mazinger
replace the dependencies w/ HAVE_SHARED
2005-10-28frv seems to be an exception having no MMU, but using ldsoPeter S. Mazinger
2005-10-28fix building with localeMike Frysinger
2005-10-27ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSOPeter S. Mazinger
2005-10-27Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵Peter S. Mazinger
archs too.
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger
to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
2005-10-27Moved the use of --combine to CFLAGS, we need it for debugging tooPeter S. Mazinger
2005-10-27Hope to catch --combine flag properly on all gcc versionsPeter S. Mazinger
2005-10-27Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ↵Peter S. Mazinger
reporting it.
2005-10-27Remove comment, I corrected the order already.Peter S. Mazinger
2005-10-26Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling ↵Peter S. Mazinger
s_lib_version.c (only in the new Makefile)
2005-10-26Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the ↵Peter S. Mazinger
float_wrapper. I hope that __ceilf and __floorf are not needed anywhere. Use only __finite from s_finite.c, disabled in fpmacros.c. Allow IMA compiling, 2 files: s_lib_version.c and w_cabs.c have to be reworked for complete IMA.
2005-10-26Default changed to IMA compiling, disabled explicitely where currently not ↵Peter S. Mazinger
possible. Add clean targets for linuxthreads[_db].
2005-10-26merge updates from glibcMike Frysinger
2005-10-25Add script to create the minimal subset of symlinksPeter S. Mazinger
2005-10-25Add -fcombine check to allow IMA compiling w/ gcc 4.xPeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.