OSDN Git Service

test: get out of the endless while loop, when bind failed
[uclinux-h8/uClibc.git] / Rules.mak
2009-11-09 Mike Frysingerbuild with -fmerge-all-constants
2009-11-09 Mike Frysingertest/plt: add a script to find PLT usage
2009-11-09 Austin FoxleyRules.mak fix typo (qstrup -> qstrip)
2009-11-09 Austin FoxleyRules.mak fix typo (qstrup -> qstrip)
2009-10-22 Mike Frysingerbuild with -fmerge-all-constants
2009-10-22 Mike Frysingertest/plt: add a script to find PLT usage
2009-10-17 Austin Foxleybuild system changes needed for nptl
2009-10-09 Bernhard Reutner... check_ld some more flags
2009-10-08 Bernhard Reutner... add and use qstrip
2009-09-16 Bernhard Reutner... handle make ARCH= config
2009-09-14 Bernhard Reutner... Revert "default ?conf to native arch"
2009-08-25 Bernhard Reutner... default ?conf to native arch
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-08-01 Khem RajRules.mak: Fix references to svn.
2009-07-21 Denys Vlasenkos/UCLIBC_INTERNAL/_LIBC/g
2009-07-15 Mike Frysingeruse -EB/-EL for all targets
2009-07-06 Mike Frysingeruse -isystem with gcc paths
2009-05-04 Peter Griffinsh: Fix FPU config option
2009-03-25 Bernhard Reutner... - do not pass -Wl with -shared in LDFLAGS_NOSTRIP ...
2009-02-23 Bernhard Reutner... - also filter out headers-y
2009-02-03 Bernhard Reutner... - fix install_headers on hosts where ld does not suppor...
2009-01-28 Denis Vlasenko"make utils" now successfully makes utils for target
2009-01-22 Bernhard Reutner... - also link librt with --as-needed and do so unconditio...
2009-01-14 Bernhard Reutner... - make sure to pass the correct PIE flags to gcc (Peter...
2009-01-14 Bernhard Reutner... - make sure not to have relocs in Scrt1.o (Peter S...
2009-01-11 Denis Vlasenkoutils/Makefile.in: de-obfuscate it a bit
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-26 Denis Vlasenkoinclude/libc-string_i386.h: fix a bug where memset...
2008-12-16 Denis Vlasenkofix testing "gcc -mpreferred-stack-boundary=2" on x86_64
2008-12-13 Denis VlasenkoMake it again possible to have compact and small stack...
2008-11-12 Bernhard Reutner... - adjust trunk version info
2008-11-11 Bernhard Reutner... - update recommendation for pregenerated locales.
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-11-03 Hans-Christian EgtvedtRemove commented out CFLAGS assigment which is also...
2008-10-28 Bernhard Reutner... - mark trunk as BUGFIX-ONLY after 0.9.30-rc3
2008-10-28 Bernhard Reutner... - bump version to 0.9.30-rc3
2008-10-15 Bernhard Reutner... - mark trunk as -rc2-svn
2008-10-15 Bernhard Reutner... - bump version to 0.9.30-rc2
2008-10-10 Bernhard Reutner... - make sure to match the start of the MAKE_VERSION
2008-10-08 Bernhard Reutner... - add/use variables to make build-tools configurable
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-09-25 Bernhard Reutner... - add CONFIG_MIPS_ISA_MIPS32R2 (Julian Brown)
2008-08-21 Paul MundtDisable -msoft-float usage on SH, gcc doesn't support it.
2008-07-17 Bernhard Reutner... - poison non-standard keywords:
2008-07-08 Carmelo AmorosoFix the test build system by installing headers on...
2008-06-09 Bernhard Reutner... - Improve prerequisites and avoid spurious reconfigurat...
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-05-23 Bernhard Reutner... - use -print-file-name
2008-04-30 Denis Vlasenkoguard against older ld's not understanding --sort-secti...
2008-04-30 Denis VlasenkoRules.mak: fix -falign/-malign mixup
2008-04-29 Denis Vlasenkobuild system: use a bit more aggressive gcc/ld optimiza...
2008-04-28 Denis VlasenkoExperimentally move libc_hidden_proto(time) to time.h.
2008-03-26 Bernhard Reutner... Paul Brook writes:
2008-01-18 Bernd SchmidtA patch from our Blackfin repository, originally from...
2008-01-17 Bernd SchmidtA patch from our Blackfin repository, originally from...
2008-01-16 Bernhard Reutner... - check for -nostdlib
2008-01-08 Paul Mundtsh64 uses a 32-bit ABI, don't bother with lib64 silliness.
2008-01-05 Mike FrysingerChris Zankel writes:
2008-01-05 Mike Frysingerpop -m32 onto LDFLAGS/CFLAGS to make building on x86_64...
2007-11-23 Bernd SchmidtAdd necessary Makefile rules for the Blackfin.
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-07 Bernhard Reutner... - fix whitespace
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2007-10-16 Bernhard Reutner... - move UCLIBC_EXTRA_LDFLAGS below pinning LDFLAGS
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-10-13 Bernhard Reutner... - allow for passing in UCLIBC_EXTRA_LDFLAGS
2007-09-21 Mike FrysingerJie Zhang writes:
2007-09-15 Mike Frysingersimplify binutils as-needed support and enable it all...
2007-06-22 Mike Frysingeras noted by psm, make sure we accumulate PICFLAG-y...
2007-06-22 Mike Frysingerpull from Blackfin repo: add -mid-shared-library for...
2007-04-17 Mike Frysingerforce ourselves to write proper code and develop testscases
2007-04-17 Mike Frysingerdont force a . before EXTRAVERSION so we can be a littl...
2007-03-20 Bernhard Reutner... - add arm1176 options
2007-03-19 Mike Frysingerdont want to actually bump EXTRAVERSION
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-02-18 Mike Frysingerrewrite all superh targets to just sh
2007-02-18 Mike Frysingerrewrite all sparc targets to just sparc
2007-02-18 Mike Frysingerrewrite parisc to hppa
2007-02-14 Mike Frysingermake arch default to hostarch
2007-02-13 Joakim TjernlundAdd missing bits/fenv.h that got lost in the e500 port.
2007-02-12 Joakim TjernlundRehash the PowerPC e500 port to avoid creating symlinks
2007-02-08 Mike Frysingerenable -std=gnu99 by default now
2007-02-04 Joakim TjernlundAdd support for PowerPC e500, libc part only.
2007-01-28 Mike FrysingerBernhard Fischer writes: add undef/nonnull warnings...
2007-01-05 Joakim TjernlundSupport SecurePLTs for PowerPC. You need a toolchain...
2006-12-12 Mike Frysingerwe just want the kernel headers, not the whole kernel...
2006-12-11 Mike Frysingerkill off the need for fix_includes.sh by utilizing...
2006-12-11 Mike Frysingertie PICFLAG:=-mfdpic to format rather than architecture
2006-12-08 Mike FrysingerRichard Sandiford writes: add support for init/fini...
2006-11-22 Khem RajCorrect -march cflag value for thumb capable ARM proces...
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-10-07 Khem RajAdd config options to select ARM ARMv5 and Intel iwmmxt...
2006-08-25 Mike Frysingerfix from psm to make sure host make is new enough
2006-07-05 Eric Andersenbump the version, in preparation for actually cutting...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-04 Eric AndersenChange symbol 'NOSTRIP' to 'DOSTRIP' since the double...
2006-06-19 Mike Frysingerif $(LD) doesnt support --help, dont warn about it...
2006-06-07 Mike Frysingerbfin supports FDPIC, not normal ELF
2006-03-31 Mike Frysingerdrop the trigraphs warning ... there is no reason that...
2006-03-24 Mike FrysingerRichard Sandiford writes:
next