summaryrefslogtreecommitdiffstats
path: root/make/gcc-3.3.mk
Commit message (Collapse)AuthorAgeFilesLines
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-2/+4
| | | | | | | | | | | | | | | | | issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support. There are still some issues (mainly related to wide char time strings and wcsftime) to be addressed, but those are on hold until the uClibc locale internals are reworked once again. With the new stuff, we can also build gcc 2.95 and STLport again, although the native gcc build for the target is failing. Archs supported (some archs not yet tested): 2.95 - i386, arm, mips*, powerpc. 3.3.2 - Hopefull all for which uClibc has shared lib support.
* we do not 'ant' to use anythingEric Andersen2004-01-081-4/+4
|
* Document the unwind-dw2-fde stuff a bit better, remove pointlessEric Andersen2004-01-081-28/+13
| | | | and inadvertant munging of libgcc_s's soname.
* Remove the broken handling of libgcc_s.Manuel Novoa III2003-12-021-16/+5
|
* Remove libgcc_eh hack. Things now build as they are supposed to.Manuel Novoa III2003-11-251-2/+0
|
* Fix the condition for applying the i386 soft float patch.Manuel Novoa III2003-11-241-1/+1
|
* Handle the case of no shared libgcc -- sh4 for instance.Manuel Novoa III2003-11-221-9/+14
|
* Ouch! Cut-n-paste strikes again!Manuel Novoa III2003-11-201-4/+3
|
* 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.