summaryrefslogtreecommitdiffstats
path: root/make/binutils.mk
Commit message (Collapse)AuthorAgeFilesLines
* Kill off the old gcc/binutils stuffEric Andersen2004-01-291-211/+0
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-1/+3
| | | | | | | | | | | | | | | | | 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.
* Add some quoting to handle unusual host compiler namingEric Andersen2003-11-201-12/+18
|
* Thomas Cameron writes:Eric Andersen2003-11-121-4/+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.
* Kill off --with-lib-path, since --with-sysroot is sufficient,Eric Andersen2003-11-121-1/+0
| | | | | and at least for arm soft-float adding --with-lib-path is actually breaking things.
* Fix a build problem found while building for arm soft-floatEric Andersen2003-11-111-2/+0
|
* Revert to binutils-2.14.90.0.6, since binutils-2.14.90.0.7Eric Andersen2003-11-071-2/+2
| | | | | seems to have problems with building as canadian cross... -Erik
* $(STAGING_DIR)/include is not a binutils problemEric Andersen2003-11-071-1/+0
|
* Update binutils version. Reportly fixes big endian arm...Eric Andersen2003-11-061-2/+2
|
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-13/+16
| | | | | | | | | 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-4/+4
|
* do not use a perl, just use a patchEric Andersen2003-10-181-6/+0
|
* Minor cleanup, remove some unnecessary stuffEric Andersen2003-10-081-9/+0
|
* With this, buildroot builds w/o needing the magic symlink,Eric Andersen2003-09-301-14/+14
| | | | | and properly cross compiles. Wohoo, time to ship... -Erik
* Fixup the binutils_target buildEric Andersen2003-09-271-32/+8
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-0/+244
remove the redundant redundancy.