summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-02Clean up DOMULTI for libm and add more files blocked earlier by syscall ↵Peter S. Mazinger
problem to libpthread
2005-11-02Enable IMA compiling now that syscalls workPeter S. Mazinger
2005-11-02Move __SSP__ check to headerPeter S. Mazinger
2005-11-02Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger
2005-11-02include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger
2005-11-02ldso powerpc changes ported to i386Peter S. Mazinger
2005-11-02set default STRIP_FLAGS and change how we detect silent modeMike Frysinger
2005-11-02move more rules out of the if HAVE_DOT_CONFIG statement which dont belongMike Frysinger
2005-11-02update DOPIC option to properly describe what it doesMike Frysinger
2005-11-02tweak rules so we dont have to copy the .c files to get 64bit versionsMike Frysinger
2005-11-01Create the lib*_pic.a links only if DOPIC is enabledPeter S. Mazinger
2005-11-01Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger
2005-11-01Split up the .o and .os rules, so all the sources are created if DOPIC is ↵Peter S. Mazinger
disabled.
2005-11-01Add check, so we are sure that the file is correctly built, if the system is ↵Peter S. Mazinger
ssp enabled
2005-11-01Add back -L..lib to libdl linker, now that we do not hardcode path to libs ↵Peter S. Mazinger
in libc.so
2005-11-01Correct gcc-4.1 ssp buildPeter S. Mazinger
2005-11-01Update sparc to new buildsPeter S. Mazinger
2005-11-01Update sh to new buildsPeter S. Mazinger
2005-11-01Update alpha to new buildsPeter S. Mazinger
2005-11-01ASFLAGS does not need to include CFLAGS as well, compile.S does it alreadyPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in ↵Peter S. Mazinger
libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC
2005-11-01Add another Makefile example that will be copied over the root Makefile, ↵Peter S. Mazinger
adapt script
2005-11-01Do not add PICFLAG to generic CFLAGS, this is done based on suffix to ↵Peter S. Mazinger
.os/.oS (Makerules)
2005-11-01change .os back to .oS per psmMike Frysinger
2005-10-31merge headers/clean changes from the config ifMike Frysinger
2005-10-31produce a .os instead of .oSMike Frysinger
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