OSDN Git Service

Update license
[uclinux-h8/uClibc.git] / Rules.mak
2006-01-13 Mike Frysingerfix up ability to rename ldso
2006-01-11 Mike Frysingermove the HAVE_SHARED/libc check down to after we source...
2006-01-10 Mike Frysingerdont depend on libc.so if we dont have shared
2006-01-10 Mike Frysingerforce -fsigned-char for everyone
2006-01-09 Mike Frysingergive the 64bit ldso on amd64 a slightly diff name so...
2006-01-06 Mike FrysingerJan-Benedict Glaw: allow people to override the default...
2006-01-05 Mike FrysingerfPIC doesnt work on bfin
2006-01-04 Mike FrysingerBug 618, Thomas Chou: update build flags for nios target
2006-01-03 Mike FrysingerJoseph S. Myers writes:
2006-01-02 Peter S. MazingerTARGET_ARCH is already stripped, do not do it again...
2006-01-02 Mike Frysingerquote arg to shell-ed grep as pointed out by Jan-Benedi...
2005-12-30 Mike FrysingerBug 616, Thomas Chou: dont use -msoft-float on nios2...
2005-12-16 Peter S. MazingerCorrect C_SYMBOL_PREFIX handling for asm, supports...
2005-12-06 "Steven J. Hill"Fix includes for NPTL thread model.
2005-12-06 Mike Frysingerinclude more paths in libpthreads
2005-11-25 Peter S. MazingerChange HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
2005-11-25 Peter S. MazingerAdd header dependency to be used as prerequisite for...
2005-11-25 Peter S. MazingerBuild libc if in a subdir and we have it as a dependency
2005-11-24 Peter S. MazingerCorrect PTINC path and remove hardcoded include for...
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingertouchup include paths
2005-11-20 "Steven J. Hill"Add needed include to build loader.
2005-11-17 Peter S. MazingerReplace TOPDIR
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerUse -z relro/-z now on all libs, add some new variables...
2005-11-15 Mike Frysingerrename current stable linuxthreads to linuxthreads...
2005-11-02 Mike Frysingerset default STRIP_FLAGS and change how we detect silent...
2005-11-01 Peter S. MazingerASFLAGS does not need to include CFLAGS as well, compil...
2005-11-01 Peter S. MazingerDo not add PICFLAG to generic CFLAGS, this is done...
2005-10-29 Peter S. MazingerAdd -o /dev/null to AS_NEEDED check linker script check...
2005-10-29 Peter S. MazingerLimit IMA compiling to gcc-4, gcc-3.4.4 can't cope...
2005-10-29 Peter S. MazingerAdd configure option to allow IMA compiling
2005-10-28 Peter S. MazingerOops, missed commiting AS_NEEDED check
2005-10-28 Peter S. MazingerRemove unused CFLAGS_NOPIC, use ?= some of check_gcc...
2005-10-27 Peter S. MazingerMoved the use of --combine to CFLAGS, we need it for...
2005-10-27 Peter S. MazingerHope to catch --combine flag properly on all gcc versions
2005-10-27 Peter S. MazingerRemove comment, I corrected the order already.
2005-10-25 Peter S. MazingerAdd -fcombine check to allow IMA compiling w/ gcc 4.x
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-17 Peter S. MazingerUndo -combine addition, check_gcc can't cope with it
2005-10-16 Peter S. MazingerAdd -combine to CFLAGS so gcc-4.1 won't build faulty...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-08 "Steven J. Hill"Fix up PTDIR bug and clean target for libpthread.
2005-10-06 "Steven J. Hill"Fix broken path for PTDIR which needed a '/' at the...
2005-10-04 Peter S. MazingerUse PTDIR in libpthread/Makefile too, add new PTNAME...
2005-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-28 Mike Frysingerclean up -malign- vs -falign- #352 by yvasilev
2005-09-26 Peter S. MazingerAdd __cxa_atexit and __cxa_finalize, thanks to Stephen...
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-08-25 Mike Frysingeroptimize library based upon sparc cpu selection
2005-08-13 Eric Andersenper suggestion by psm, remove the variable DYNAMIC_LINKER
2005-08-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
2005-08-12 Joakim TjernlundRemove SYSTEM_LDSO option since it no longer works.
2005-08-11 Mike Frysingeradd back in the LDPIEFLAG since -fPIE does not imply...
2005-08-10 Eric AndersenBump version in preparation for the upcoming release
2005-07-29 Mike Frysingeras pointed out by khem/ngupta, ARM926T should be march...
2005-07-29 Mike Frysingerexport PIEFLAG and the noexecstack AS test so that...
2005-07-29 Mike Frysingerfinish cleaning up the PIE flag checks
2005-07-29 Mike Frysingerget rid of LDPIEFLAG since PIEFLAG is already used
2005-07-28 Mike Frysingerfurther refine output so the silent mode of make is...
2005-07-28 Mike Frysingeradd c to default ARFLAGS to get rid of ar: creating...
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-05-14 "Steven J. Hill"Add TOPDIR prefix in front of config file when getting...
2005-05-14 "Steven J. Hill"Top-level makefile fix for OS agnosticism and set the...
2005-05-13 Paul MundtARM1136JF-S support.
2005-05-02 Paul MundtAdd sh2a support.
2005-03-16 Mike Frysingererm, that #" broke stuff
2005-03-16 Mike FrysingerCROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox
2005-03-15 Mike Frysingeradd a Kconfig option for setting the $(CROSS) build...
2005-01-19 Mike Frysingerbeautify
2005-01-18 Mike Frysinger- define RANLIB since a subdir or two uses it
2005-01-09 Eric AndersenBump version number
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to simplify PIE handling
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to consistantly use "ASFLAGS"
2004-12-11 Eric AndersenPartial commit of a patch from Alexandre Oliva:
2004-10-15 Manuel Novoa III Rip out Peter's unacceptable "fix" and do the sane...
2004-10-14 Joakim Tjernlundhmm, somehow cvs lost this file in the previous commit.
2004-10-14 Joakim TjernlundPeter Mazinger writes:
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-08-26 Manuel Novoa III Fixes from gentoo.
2004-08-09 Joakim TjernlundOops.
2004-08-09 Joakim TjernlundFrom: uclibc-bounces@uclibc.org on behalf of Peter...
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-07-16 Manuel Novoa III Hide the arm libfloat support for now. No longer neede...
2004-02-19 Eric AndersenUpdate the x86 processor listing a bit, to preempt...
2004-02-18 Eric AndersenAlexandre Oliva writes:
2004-01-14 Eric AndersenUse the gcc 3.4 -funit-at-a-time optimization when...
2004-01-04 Eric AndersenUpdate for release
2004-01-02 Eric AndersenBump version, cleanup whitespace
2003-12-08 Eric AndersenPrepare for uClibc 0.9.24 release
2003-11-24 Manuel Novoa III Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since...
2003-11-23 Manuel Novoa III Ok.. this fixes the buildroot soft-float arm build.
2003-11-16 Manuel Novoa III Patch from Jeffrey Baitis <baitisj@evolution.com> for...
next