summaryrefslogtreecommitdiff
path: root/make/binutils-uclibc.mk
AgeCommit message (Collapse)Author
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik
2004-09-09Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III
The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-07-09Update binutils. This version works on arm...Eric Andersen
2004-04-20Sync up binutils with current Debian testingEric Andersen
2004-03-01Revert back to binutils .6 since .8 broke things on arm.Manuel Novoa III
Also, explicitly set the CFLAGS for the build system since otherwise the TARGET_OPTIMIZATION flags were used. This was tripping up a mipsel build where it tried to use -mips2 when building for i386.
2004-02-18Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III
Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3.
2004-02-06Add a check to ensure the proper utilities are installed beforeEric Andersen
trying to build binutils, lest folks get cryptic error msgs later. -Erik
2004-01-30Be consistant and use DISABLE_NLS for binutilsEric Andersen
2004-01-29Remove USE_LINUX_UCLIBC option, since that is now the onlyEric Andersen
supported way of building toolchains
2004-01-15Remove unnecessary dependency.Manuel Novoa III
2004-01-14Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III
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.