OSDN Git Service

The checking Erik added seems to be unnecessary. Without it, I am not
[uclinux-h8/uClibc.git] / Rules.mak
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...
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.
2003-08-18 Eric AndersenCleanup arm architecture optimizations and add big...
2003-08-13 Eric AndersenPatch from Paul Mundt adding uClibc sh64 support:
2003-07-15 Eric AndersenPatch from Peter Kjellerstedt to make it simpler for...
2003-06-14 Eric AndersenBump version number in preparation for a release
2003-04-29 David McCulloughSome small fixups for the h8 support and add the h8s...
2003-03-03 Eric Andersenbegin preparing for release
2003-02-17 David McCulloughupdates to the uClinux-dist romfs and uClinux shared...
2003-02-15 Eric AndersenDon't just tune, use -march which implies -mcpu as...
2003-02-12 Eric AndersenBump version number
2003-02-10 Miles BaderDon't use -O0 when DODEBUG is turned on.
2003-01-24 Eric AndersenBegin release preparations...
2003-01-23 Eric AndersenShuffle OPTIMIZATION setting a bit
2003-01-23 Eric AndersenCleanup makefiles and make clean a bit
2003-01-17 Eric AndersenRemember to also export LC_ALL in addition to setting it.
2003-01-16 Eric AndersenUpdate build rules a bit. fix quoting problems. Updat...
2003-01-14 Eric AndersenStrip off unwanted quotes from ARCH_CFLAGS. Attempt to
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...
next