summaryrefslogtreecommitdiffstats
path: root/make/gcc-3.3.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing line continuation.Manuel Novoa III2003-11-201-1/+1
|
* Add some quoting to handle unusual host compiler namingEric Andersen2003-11-201-10/+25
|
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-18/+18
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-18/+18
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-18/+18
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+3
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* Slight cleanup, now that the locale option is handled in the main Makefile.Manuel Novoa III2003-11-111-4/+0
|
* make sure we have a directory before trying to install symlinksEric Andersen2003-11-071-1/+2
|
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-56/+91
| | | | | | | | | i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
* Add support for 'make -j3' so make to run stuff in parallelEric Andersen2003-10-181-6/+6
|
* Update to gcc 3.3.2Eric Andersen2003-10-181-8/+14
|
* simplify things a little bitEric Andersen2003-10-151-58/+41
|
* Use a local copy of the source when building gcc-target (sinceEric Andersen2003-10-081-41/+42
| | | | | | | | | | | we hacked up the source used to build the cross compiler). Fix the crt1.o not found problems. It turns out gcc was thinking it was acting as a cross compiler, which is clearly not what we want here. With this, everything seems to be working nicely for both C and C++.
* Fix the build when host arch == target archEric Andersen2003-09-301-6/+11
|
* With this, buildroot builds w/o needing the magic symlink,Eric Andersen2003-09-301-4/+25
| | | | | and properly cross compiles. Wohoo, time to ship... -Erik
* Fixup gcc_target build.Eric Andersen2003-09-271-1/+6
|
* This should at least build. I think.Eric Andersen2003-09-261-2/+3
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-0/+405
remove the redundant redundancy.