summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
...
* begin preparing for releaseEric Andersen2003-03-031-1/+1
|
* updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough2003-02-171-0/+15
|
* Don't just tune, use -march which implies -mcpu as wellEric Andersen2003-02-151-3/+3
|
* Bump version numberEric Andersen2003-02-121-1/+1
|
* Don't use -O0 when DODEBUG is turned on.Miles Bader2003-02-101-4/+0
|
* Begin release preparations...Eric Andersen2003-01-241-1/+1
|
* Shuffle OPTIMIZATION setting a bitEric Andersen2003-01-231-4/+3
|
* Cleanup makefiles and make clean a bitEric Andersen2003-01-231-4/+4
|
* Remember to also export LC_ALL in addition to setting it.Eric Andersen2003-01-171-1/+1
| | | | -Erik
* Update build rules a bit. fix quoting problems. Update defaultEric Andersen2003-01-161-3/+5
| | | | x86 compiler optimization to not force building i386 opcodes.
* Strip off unwanted quotes from ARCH_CFLAGS. Attempt toEric Andersen2003-01-141-3/+3
| | | | | | enforce consistent sort order, 'gcc -print-search-dirs' behavior, etc by forcing the build into the C locale. -Erik
* Only build the ncurses stuff when it is needed, based on aEric Andersen2002-12-131-1/+0
| | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
* Move the soft float checkEric Andersen2002-12-131-4/+4
|
* Cleanup the case when using the system shared lib loaderEric Andersen2002-12-091-2/+2
| | | | -Erik
* Added CPU_CFLAGS and CPU_LDFLAGS for cris.Tobias Anderberg2002-12-051-1/+11
| | | | Added additional CFLAGS for cris when compiling with PIC.
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-3/+3
| | | | | the linux kernel uses. -Erik
* Override optimization settings when debuggingEric Andersen2002-12-041-1/+6
|
* Make the arm cpu-specific optimizations work properlyEric Andersen2002-12-031-3/+3
|
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-211-0/+5
|
* Doh! Manuel noticed I'd put the CFLAGS before DODEBUG, killingEric Andersen2002-11-211-4/+3
| | | | | any chance of actually building with debug symbols. -Erik
* Remove use of $(strip) when no longer needed. Fixup DODEBUGEric Andersen2002-11-191-12/+14
| | | | | | so when debugging is enabled we don't enable all the major optimizations. -Erik
* For arm use -mcpu for the moment, since it seems to work0_9_16Eric Andersen2002-11-091-3/+3
|
* Final update for 0.9.16Eric Andersen2002-11-091-1/+1
|
* Add CPU_CFLAGS-y into LIBGCC_CFLAGS so multilibs gcc will behaveEric Andersen2002-11-081-8/+8
| | | | | itself. Revery the "=" to ":=" change, so people like Miles can set stuff in their .config
* Large cleanup patch, based in large part on a patch fromEric Andersen2002-11-081-20/+37
| | | | Stefan Allius, which adds a great deal of sanity.
* Changes for MIPS and new configuration system."Steven J. Hill"2002-11-071-2/+2
|
* Fix target determination for MIPSEL."Steven J. Hill"2002-11-071-0/+1
|
* * Make -DNDEBUG depend on DOASSERTS, not DODEBUGMiles Bader2002-11-071-2/+4
| | | | | * Make -msoft-float depend on USE_GCC_SOFT_FLOAT_OPTION, not UCLIBC_HAS_SOFT_FLOAT.
* Cleanup soft-float supportEric Andersen2002-11-051-1/+1
|
* Fixup handling of disabled optionsEric Andersen2002-11-051-1/+1
|
* Standardize LIBGCC_DIREric Andersen2002-11-051-0/+1
|
* 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
| | | | -Erik
* 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
| | | | | | making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik
* Don't force gcc 3.2 on the worldEric Andersen2002-10-311-1/+1
| | | | -Erik
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-20/+33
| | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik
* Use a nifty macro to make testing gcc features simplerEric Andersen2002-10-301-11/+12
| | | | | and easier to read. -Erik
* This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen2002-10-181-0/+3
| | | | | | appropriate awk implementation at compile time, so we can again compile on Solaris and whatnot. -Erik
* Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen2002-10-011-1/+1
|
* * Updated for the CRIS port.Tobias Anderberg2002-09-161-0/+2
| | | | | * Added variable LIBGCC which is included when linking libc.so. Arch specific linker options go into LIBGCC_CFLAGS defined in Config.<arch>.
* Update version to 0.9.15 in preparation for making a releaseEric Andersen2002-08-251-1/+1
| | | | -Erik
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-3/+0
| | | | -Erik
* Update to version 0.9.140_9_14Eric Andersen2002-08-121-1/+1
| | | | -Erik
* 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
| | | | some "sh: cd: ./lib: No such file or directory" errors.