summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Expand)AuthorAgeFilesLines
* - also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer2009-01-221-0/+24
* - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-2/+3
* - make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-8/+0
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-111-1/+1
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-1/+2
* include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko2008-12-261-1/+3
* fix testing "gcc -mpreferred-stack-boundary=2" on x86_64Denis Vlasenko2008-12-161-1/+2
* Make it again possible to have compact and small stack usageDenis Vlasenko2008-12-131-2/+6
* - adjust trunk version infoBernhard Reutner-Fischer2008-11-121-1/+1
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-111-0/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* Remove commented out CFLAGS assigment which is also set on next lineHans-Christian Egtvedt2008-11-031-1/+0
* - mark trunk as BUGFIX-ONLY after 0.9.30-rc3Bernhard Reutner-Fischer2008-10-281-1/+1
* - bump version to 0.9.30-rc30_9_30_rc3Bernhard Reutner-Fischer2008-10-281-1/+1
* - mark trunk as -rc2-svnBernhard Reutner-Fischer2008-10-151-1/+1
* - bump version to 0.9.30-rc20_9_30_rc20_9_30_rc1Bernhard Reutner-Fischer2008-10-151-2/+2
* - make sure to match the start of the MAKE_VERSIONBernhard Reutner-Fischer2008-10-101-1/+1
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-4/+8
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-1/+1
* - add CONFIG_MIPS_ISA_MIPS32R2 (Julian Brown)Bernhard Reutner-Fischer2008-09-251-0/+1
* Disable -msoft-float usage on SH, gcc doesn't support it.Paul Mundt2008-08-211-0/+2
* - poison non-standard keywords:Bernhard Reutner-Fischer2008-07-171-0/+3
* Fix the test build system by installing headers on a local folderCarmelo Amoroso2008-07-081-0/+2
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-091-1/+3
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-0/+1
* - use -print-file-nameBernhard Reutner-Fischer2008-05-231-1/+3
* guard against older ld's not understanding --sort-section alignmentDenis Vlasenko2008-04-301-1/+6
* Rules.mak: fix -falign/-malign mixupDenis Vlasenko2008-04-301-6/+6
* build system: use a bit more aggressive gcc/ld optimizations,Denis Vlasenko2008-04-291-4/+50
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-0/+3
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-0/+2
* A patch from our Blackfin repository, originally from Mike Frysinger.Bernd Schmidt2008-01-181-1/+2
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-0/+18
* - check for -nostdlibBernhard Reutner-Fischer2008-01-161-0/+1
* sh64 uses a 32-bit ABI, don't bother with lib64 silliness.Paul Mundt2008-01-081-1/+1
* Chris Zankel writes:Mike Frysinger2008-01-051-1/+2
* pop -m32 onto LDFLAGS/CFLAGS to make building on x86_64 multilib systems tran...Mike Frysinger2008-01-051-0/+2
* Add necessary Makefile rules for the Blackfin.Bernd Schmidt2007-11-231-0/+12
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-0/+6
* - fix whitespaceBernhard Reutner-Fischer2007-11-071-1/+1
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-071-0/+10
* - move UCLIBC_EXTRA_LDFLAGS below pinning LDFLAGSBernhard Reutner-Fischer2007-10-161-4/+4
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-25/+29
* - allow for passing in UCLIBC_EXTRA_LDFLAGSBernhard Reutner-Fischer2007-10-131-0/+4
* Jie Zhang writes:Mike Frysinger2007-09-211-3/+1
* simplify binutils as-needed support and enable it all the time regardless of sspMike Frysinger2007-09-151-5/+1
* as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAGMike Frysinger2007-06-221-0/+1
* pull from Blackfin repo: add -mid-shared-library for UCLIBC_FORMAT_SHARED_FLA...Mike Frysinger2007-06-221-5/+5
* force ourselves to write proper code and develop testscasesMike Frysinger2007-04-171-3/+0
* dont force a . before EXTRAVERSION so we can be a little more flexible with v...Mike Frysinger2007-04-171-1/+1