summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Expand)AuthorAgeFilesLines
...
* Export TARGET_ARCHEric Andersen2002-11-051-5/+4
* This fixes a broken build for me.Manuel Novoa III2002-11-041-1/+1
* Fixup so we use soft-float when HAS_FPU is disabled.Eric Andersen2002-11-041-3/+11
* Yet more config system updating.Eric Andersen2002-11-031-9/+34
* Use "include_config" not "include-config"Eric Andersen2002-11-031-1/+1
* Don't assume i386Eric Andersen2002-11-011-1/+0
* Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen2002-10-311-1/+1
* Don't force gcc 3.2 on the worldEric Andersen2002-10-311-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-20/+33
* Use a nifty macro to make testing gcc features simplerEric Andersen2002-10-301-11/+12
* This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen2002-10-181-0/+3
* Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen2002-10-011-1/+1
* * Updated for the CRIS port.Tobias Anderberg2002-09-161-0/+2
* Update version to 0.9.15 in preparation for making a releaseEric Andersen2002-08-251-1/+1
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-3/+0
* Update to version 0.9.140_9_14Eric Andersen2002-08-121-1/+1
* Bump version to 0.9.13Eric Andersen2002-08-081-1/+1
* remove BUILDTIME since it is not usedEric Andersen2002-08-051-1/+0
* Cleanup from Neal Crook fixing some formatting and eliminatingEric Andersen2002-07-251-8/+8
* For now, have locale support automaticly enable wide char support.Manuel Novoa III2002-07-031-0/+4
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-5/+0
* Add a bunch of extra pedantic annoyingly strict checksEric Andersen2002-07-021-2/+9
* Rework compiler optimization code to be smarterEric Andersen2002-06-231-4/+4
* Some Rules cleanups, better gcc-3.1 support.Eric Andersen2002-06-201-5/+5
* Cool. An even better way to get the gcc include dir which eliminatesEric Andersen2002-05-301-2/+1
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-5/+7
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-0/+5
* Speed things up by eliminating lots of needless exec callsEric Andersen2002-05-031-32/+29
* Bump up version number...Eric Andersen2002-04-091-1/+1
* Bump up version numberEric Andersen2002-03-211-1/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-1/+4
* A few more little cleanupsEric Andersen2002-02-041-1/+4
* Bump version number to 0.9.9Eric Andersen2002-02-011-1/+1
* Force DOPIC be true when HAVE_SHARED is true. Don't defineEric Andersen2002-01-291-9/+12
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-2/+2
* Clean up builds on "sh" to use the right ARCH dirsDavid McCullough2002-01-171-6/+18
* More build system cleanups...Eric Andersen2002-01-111-13/+5
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-111-2/+2
* Allow people to override the TARGET_ARCH settingEric Andersen2002-01-101-0/+3
* Fixup v850 architecture autodetection, from Miles BaderEric Andersen2002-01-091-2/+4
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-091-1/+3
* Cope with all variants of 'gcc -dumpmachine' outputEric Andersen2002-01-021-1/+1
* Support arch specific optimizations (examples shown for x86 and ARM).Eric Andersen2002-01-011-2/+19
* Bump version number to 0.980_9_8Eric Andersen2001-12-221-1/+1
* Miles Bader <miles@lsi.nec.co.jp> noted that I'd broken settingEric Andersen2001-12-211-4/+4
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+2
* Fix TARGET_CFLAGS to include -fPIC when needed. Libs were beingDavid Schleef2001-11-261-0/+1
* Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen2001-11-231-7/+0
* Turn off optimization when debuggingEric Andersen2001-10-021-4/+4
* Preevaluate some stuff so it only gets run once, speeding the compileEric Andersen2001-08-311-8/+6