OSDN Git Service

Support tmpfile64 (just a weak for tmpfile)
[uclinux-h8/uClibc.git] / Rules.mak
2002-01-02 Eric AndersenCope with all variants of 'gcc -dumpmachine' output
2002-01-01 Eric AndersenSupport arch specific optimizations (examples shown...
2001-12-22 Eric AndersenBump version number to 0.98
2001-12-21 Eric AndersenMiles Bader <miles@lsi.nec.co.jp> noted that I'd broken...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 David SchleefFix TARGET_CFLAGS to include -fPIC when needed. Libs...
2001-11-23 Eric AndersenFinish ajusting math lib options. Close out a couple...
2001-10-02 Eric AndersenTurn off optimization when debugging
2001-08-31 Eric AndersenPreevaluate some stuff so it only gets run once, speedi...
2001-08-13 Eric AndersenA few more (final?) cleanups for the installer behavior...
2001-08-13 Eric AndersenAdd in TARGET_PREFIX, which was still used in a few...
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 David SchleefBetter rule for locating dynamic linker
2001-07-17 Eric AndersenElimintate spurious trailing /
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-03 Eric AndersenOops.
2001-07-03 Eric AndersenAllow the shared lib loader to fallback on the builddir...
2001-06-23 Eric AndersenMake PIC a config option
2001-06-23 Eric AndersenThis adds in support for PIC on x86. Unfortunately...
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-15 Eric AndersenA few build updates
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-16 Eric AndersenFix up a few little problems
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-04-27 Eric AndersenMore trivial changes.
2001-04-23 Eric AndersenFix up the main makefile. Autobuild ld.so and install it
2001-04-20 Manuel Novoa III Change shared lib name. Update install_new target...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-03-19 Eric AndersenMove yet more stuff into the uClibc_config.h file
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-02-21 Eric AndersenAdd an SH port done by Jean-Yves Avenard of Hewlett...
2001-02-05 Eric AndersenUpdate the build system a bit.
2001-01-29 David McCulloughAllow Config to override OPTIMIZATION flags.
2001-01-20 Eric AndersenAdd in NATIVE_ARCH
2001-01-15 Eric AndersenWarn using $(WARNINGS)
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-12 Eric AndersenMakefile cleanups. For starters, OPTIMIZATION was...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-02 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to get
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-11-16 Eric AndersenFix it so files are not stripped when debugging (doh...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenFix doc blunder
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-30 Eric AndersenMove config stuff to a file named "Config". Makes...
2000-10-30 Eric AndersenHeader file cleanup
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-10-23 Eric AndersenCleanup arch support
2000-10-23 Eric AndersenTry removing no-builtin
2000-10-17 Eric AndersenFix up ctype.h
2000-10-17 Eric AndersenBypass problem with signals for the moment...
2000-10-12 Eric AndersenMakefile update