summaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Expand)Author
2004-01-14Use the gcc 3.4 -funit-at-a-time optimization when availableEric Andersen
2004-01-04Update for releaseEric Andersen
2004-01-02Bump version, cleanup whitespaceEric Andersen
2003-12-08Prepare for uClibc 0.9.24 releaseEric Andersen
2003-11-24Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdlManuel Novoa III
2003-11-23Ok.. this fixes the buildroot soft-float arm build.Manuel Novoa III
2003-11-16Patch from Jeffrey Baitis <baitisj@evolution.com> for mips arch tuning.Manuel Novoa III
2003-11-12Revert the stupid quoting junk I inadvertantly committedEric Andersen
2003-11-12Bump version numberEric Andersen
2003-11-10Strip off quotes from TARGET_ARCHEric Andersen
2003-11-07It is remotely possible the utils might even compile this timeEric Andersen
2003-11-05Kill initfini.awkEric Andersen
2003-11-05Patch from Peter S. Mazinger to hunt for awk in additionalEric Andersen
2003-11-05Kill off "mipsel" and just use "mips"Eric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-11-03Begin preparations for the next releaseEric Andersen
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-24Disable optimizations with debuggingEric Andersen
2003-10-24better tuning for xscale that copes with generally available toolchainsEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-11Fix several stupid bugs I let slip into the releaseEric Andersen
2003-09-05Bump version number in preparation for a releaseEric Andersen
2003-09-01Do not overwrite CPU_CFLAGS values....Eric Andersen
2003-08-20Revert this change for now.Eric Andersen
2003-08-18Cleanup arm architecture optimizations and add big endian arm as well.Eric Andersen
2003-08-13Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen
2003-07-15Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen
2003-06-14Bump version number in preparation for a releaseEric Andersen
2003-04-29Some small fixups for the h8 support and add the h8s platform support.David McCullough
2003-03-03begin preparing for releaseEric Andersen
2003-02-17updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough
2003-02-15Don't just tune, use -march which implies -mcpu as wellEric Andersen
2003-02-12Bump version numberEric Andersen
2003-02-10Don't use -O0 when DODEBUG is turned on.Miles Bader
2003-01-24Begin release preparations...Eric Andersen
2003-01-23Shuffle OPTIMIZATION setting a bitEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2003-01-17Remember to also export LC_ALL in addition to setting it.Eric Andersen
2003-01-16Update build rules a bit. fix quoting problems. Update defaultEric Andersen
2003-01-14Strip off unwanted quotes from ARCH_CFLAGS. Attempt toEric Andersen
2002-12-13Only build the ncurses stuff when it is needed, based on aEric Andersen
2002-12-13Move the soft float checkEric Andersen
2002-12-09Cleanup the case when using the system shared lib loaderEric Andersen
2002-12-05Added CPU_CFLAGS and CPU_LDFLAGS for cris.Tobias Anderberg
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-04Override optimization settings when debuggingEric Andersen
2002-12-03Make the arm cpu-specific optimizations work properlyEric Andersen
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen