]> Git Repo - uclibc-ng.git/history - Rules.mak
Depedencies corrected (less make oldconfig/headers), rerunning make remakes only...
[uclibc-ng.git] / Rules.mak
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: [email protected] 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 <[email protected]> for...
2003-11-12 Eric AndersenRevert the stupid quoting junk I inadvertantly committed
2003-11-12 Eric AndersenBump version number
2003-11-10 Eric AndersenStrip off quotes from TARGET_ARCH
2003-11-07 Eric AndersenIt is remotely possible the utils might even compile...
2003-11-05 Eric AndersenKill initfini.awk
2003-11-05 Eric AndersenPatch from Peter S. Mazinger to hunt for awk in additional
2003-11-05 Eric AndersenKill off "mipsel" and just use "mips"
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-11-03 Eric AndersenBegin preparations for the next release
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-24 Eric AndersenDisable optimizations with debugging
2003-10-24 Eric Andersenbetter tuning for xscale that copes with generally...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-11 Eric AndersenFix several stupid bugs I let slip into the release
2003-09-05 Eric AndersenBump version number in preparation for a release
2003-09-01 Eric AndersenDo not overwrite CPU_CFLAGS values....
2003-08-20 Eric AndersenRevert this change for now.
next
This page took 0.547374 seconds and 107 git commands to generate.