summaryrefslogtreecommitdiff
path: root/make/binutils.mk
AgeCommit message (Collapse)Author
2003-11-12Thomas Cameron writes:Eric Andersen
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.
2003-11-12Kill off --with-lib-path, since --with-sysroot is sufficient,Eric Andersen
and at least for arm soft-float adding --with-lib-path is actually breaking things.
2003-11-11Fix a build problem found while building for arm soft-floatEric Andersen
2003-11-07Revert to binutils-2.14.90.0.6, since binutils-2.14.90.0.7Eric Andersen
seems to have problems with building as canadian cross... -Erik
2003-11-07$(STAGING_DIR)/include is not a binutils problemEric Andersen
2003-11-06Update binutils version. Reportly fixes big endian arm...Eric Andersen
2003-11-01Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III
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.
2003-10-18Add support for 'make -j3' so make to run stuff in parallelEric Andersen
2003-10-18do not use a perl, just use a patchEric Andersen
2003-10-08Minor cleanup, remove some unnecessary stuffEric Andersen
2003-09-30With this, buildroot builds w/o needing the magic symlink,Eric Andersen
and properly cross compiles. Wohoo, time to ship... -Erik
2003-09-27Fixup the binutils_target buildEric Andersen
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.