summaryrefslogtreecommitdiff
path: root/make/gcc-3.3.mk
AgeCommit message (Collapse)Author
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-18Update to gcc 3.3.2Eric Andersen
2003-10-15simplify things a little bitEric Andersen
2003-10-08Use a local copy of the source when building gcc-target (sinceEric Andersen
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++.
2003-09-30Fix the build when host arch == target archEric 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 gcc_target build.Eric Andersen
2003-09-26This should at least build. I think.Eric Andersen
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.