summaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Expand)Author
2002-02-04A few more little cleanupsEric Andersen
2002-02-01Bump version number to 0.9.9Eric Andersen
2002-01-29Force DOPIC be true when HAVE_SHARED is true. Don't defineEric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-17Clean up builds on "sh" to use the right ARCH dirsDavid McCullough
2002-01-11More build system cleanups...Eric Andersen
2002-01-11Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen
2002-01-10Allow people to override the TARGET_ARCH settingEric Andersen
2002-01-09Fixup v850 architecture autodetection, from Miles BaderEric Andersen
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
2002-01-02Cope with all variants of 'gcc -dumpmachine' outputEric Andersen
2002-01-01Support arch specific optimizations (examples shown for x86 and ARM).Eric Andersen
2001-12-22Bump version number to 0.98Eric Andersen
2001-12-21Miles Bader <miles@lsi.nec.co.jp> noted that I'd broken settingEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-26Fix TARGET_CFLAGS to include -fPIC when needed. Libs were beingDavid Schleef
2001-11-23Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen
2001-10-02Turn off optimization when debuggingEric Andersen
2001-08-31Preevaluate some stuff so it only gets run once, speeding the compileEric Andersen
2001-08-13A few more (final?) cleanups for the installer behavior. I now thinkEric Andersen
2001-08-13Add in TARGET_PREFIX, which was still used in a few spots (andEric Andersen
2001-08-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Better rule for locating dynamic linkerDavid Schleef
2001-07-17Elimintate spurious trailing /Eric Andersen
2001-07-12This commit merges David Schleef's updates to the build system, which aEric Andersen
2001-07-03Oops.Eric Andersen
2001-07-03Allow the shared lib loader to fallback on the builddir if everythingEric Andersen
2001-06-23Make PIC a config optionEric Andersen
2001-06-23This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen
2001-06-18This commit finishes adding support for the old m68k-coff toolchains byEric Andersen
2001-06-15A few build updatesEric Andersen
2001-06-15Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
2001-05-16Fix up a few little problemsEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-11Rework where libraries get installed to. Now thew will be compiled andEric Andersen
2001-05-10Fix up naming of ld.so so every uses the same define. The top levelEric Andersen
2001-05-04This patch allows powerpc to compile again. It also checks if weEric Andersen
2001-04-27More trivial changes.Eric Andersen
2001-04-23Fix up the main makefile. Autobuild ld.so and install itEric Andersen
2001-04-20Change shared lib name. Update install_new target in Makefile.Manuel Novoa III
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-19Move yet more stuff into the uClibc_config.h fileEric Andersen
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-02-21Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen
2001-02-05Update the build system a bit.Eric Andersen
2001-01-29Allow Config to override OPTIMIZATION flags.David McCullough
2001-01-20Add in NATIVE_ARCHEric Andersen