OSDN Git Service

Patch from Stefan Allius. Only build config stuff when needed.
[uclinux-h8/uClibc.git] / Rules.mak
2002-12-13 Eric AndersenOnly build the ncurses stuff when it is needed, based...
2002-12-13 Eric AndersenMove the soft float check
2002-12-09 Eric AndersenCleanup the case when using the system shared lib loader
2002-12-05 Tobias AnderbergAdded CPU_CFLAGS and CPU_LDFLAGS for cris.
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenOverride optimization settings when debugging
2002-12-03 Eric AndersenMake the arm cpu-specific optimizations work properly
2002-11-21 Eric AndersenPatch from Yoshinori Sato to update the h8300 architecture.
2002-11-21 Eric AndersenDoh! Manuel noticed I'd put the CFLAGS before DODEBUG...
2002-11-19 Eric AndersenRemove use of $(strip) when no longer needed. Fixup...
2002-11-09 Eric AndersenFor arm use -mcpu for the moment, since it seems to...
2002-11-09 Eric AndersenFinal update for 0.9.16
2002-11-08 Eric AndersenAdd CPU_CFLAGS-y into LIBGCC_CFLAGS so multilibs gcc...
2002-11-08 Eric AndersenLarge cleanup patch, based in large part on a patch...
2002-11-07 "Steven J. Hill"Changes for MIPS and new configuration system.
2002-11-07 "Steven J. Hill"Fix target determination for MIPSEL.
2002-11-07 Miles Bader* Make -DNDEBUG depend on DOASSERTS, not DODEBUG
2002-11-05 Eric AndersenCleanup soft-float support
2002-11-05 Eric AndersenFixup handling of disabled options
2002-11-05 Eric AndersenStandardize LIBGCC_DIR
2002-11-05 Eric AndersenExport TARGET_ARCH
2002-11-04 Manuel Novoa III This fixes a broken build for me.
2002-11-04 Eric AndersenFixup so we use soft-float when HAS_FPU is disabled.
2002-11-03 Eric AndersenYet more config system updating.
2002-11-03 Eric AndersenUse "include_config" not "include-config"
2002-11-01 Eric AndersenDon't assume i386
2002-10-31 Eric AndersenMake it so arch specific stuff can be simpler. Initial...
2002-10-31 Eric AndersenDon't force gcc 3.2 on the world
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-30 Eric AndersenUse a nifty macro to make testing gcc features simpler
2002-10-18 Eric AndersenThis patch, based on a patch from Stefan Allius, lets...
2002-10-01 Eric AndersenSigh. OpenBSD used /usr/bin/{true|false}
2002-09-16 Tobias Anderberg* Updated for the CRIS port.
2002-08-25 Eric AndersenUpdate version to 0.9.15 in preparation for making...
2002-08-16 Eric AndersenReplace all instances of _LIBC_REENTRANT with __UCLIBC_...
2002-08-12 Eric AndersenUpdate to version 0.9.14
2002-08-08 Eric AndersenBump version to 0.9.13
2002-08-05 Eric Andersenremove BUILDTIME since it is not used
2002-07-25 Eric AndersenCleanup from Neal Crook fixing some formatting and...
2002-07-03 Manuel Novoa III For now, have locale support automaticly enable wide...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-07-02 Eric AndersenAdd a bunch of extra pedantic annoyingly strict checks
2002-06-23 Eric AndersenRework compiler optimization code to be smarter
2002-06-20 Eric AndersenSome Rules cleanups, better gcc-3.1 support.
2002-05-30 Eric AndersenCool. An even better way to get the gcc include dir...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-05-03 Eric AndersenSpeed things up by eliminating lots of needless exec...
2002-04-09 Eric AndersenBump up version number...
2002-03-21 Eric AndersenBump up version number
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-02-04 Eric AndersenA few more little cleanups
2002-02-01 Eric AndersenBump version number to 0.9.9
2002-01-29 Eric AndersenForce DOPIC be true when HAVE_SHARED is true. Don...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-17 David McCulloughClean up builds on "sh" to use the right ARCH dirs
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-10 Eric AndersenAllow people to override the TARGET_ARCH setting
2002-01-09 Eric AndersenFixup v850 architecture autodetection, from Miles Bader
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
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.
next