Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Due to alphabetizing, the uml stuff was pulled in after uclibc.mk | Eric Andersen | 2004-04-12 | 1 | -7/+5 |
| | | | | | | causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml. | ||||
* | support ccache for the build as well as the target | Eric Andersen | 2004-04-09 | 1 | -2/+2 |
| | |||||
* | Remove perl. It doesn't work, and seems to be a support | Eric Andersen | 2004-03-18 | 1 | -3/+0 |
| | | | | problem magnet. So kill it. | ||||
* | Update binutils from 2.14.90.0.6 to 2.14.90.0.8. | Manuel Novoa III | 2004-02-18 | 1 | -7/+3 |
| | | | | | | 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. | ||||
* | Should have added this a long time ago. | Manuel Novoa III | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | Use --enable-sjlj-exceptions when configuring gcc so that exception handling | Manuel Novoa III | 2004-02-11 | 1 | -0/+14 |
| | | | | | | | | | works for dynamicly linked executables. Only tested so far on i386 with gcc 3.3.2. But combined with the latest ldso updates, I can now get a dynamicly linked java helloworld app to run. Add a config toggle for building gcj and libgcj. The build runs fine through gcc-final but currently requires hand interventions to build gcc-target. Again, only tested so far on i386. | ||||
* | Remove USE_LINUX_UCLIBC option, since that is now the only | Eric Andersen | 2004-01-29 | 1 | -37/+6 |
| | | | | supported way of building toolchains | ||||
* | Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc. | Manuel Novoa III | 2004-01-16 | 1 | -17/+14 |
| | |||||
* | Enable building <arch>-linux-uclibc toolchains. Note that, due to config | Manuel Novoa III | 2004-01-14 | 1 | -13/+48 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Default buildroot to use stock uClibc 0.9.26 till further notice | Eric Andersen | 2004-01-04 | 1 | -1/+1 |
| | |||||
* | Default to building ccache for the target | Eric Andersen | 2003-12-02 | 1 | -3/+3 |
| | |||||
* | Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support. | Manuel Novoa III | 2003-11-30 | 1 | -16/+21 |
| | | | | | Add some comments in Makefile about support for various archs. Disable buildroot large file for cris, since uClibc currently disables it. | ||||
* | Oops... check in the file version this time. | Manuel Novoa III | 2003-11-21 | 1 | -2/+4 |
| | |||||
* | Fix some soft float make variables. | Manuel Novoa III | 2003-11-21 | 1 | -5/+3 |
| | |||||
* | mention mipsel | Eric Andersen | 2003-11-20 | 1 | -3/+8 |
| | | | | Make soft float easier to enable/disable | ||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -1/+1 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Fix most things when large file support is not configured. | Manuel Novoa III | 2003-11-17 | 1 | -0/+4 |
| | |||||
* | Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the | Manuel Novoa III | 2003-11-16 | 1 | -0/+2 |
| | | | | users _and_ us some grief. | ||||
* | Move uclibc-configured target forward so arch prompt happens sooner. | Manuel Novoa III | 2003-11-11 | 1 | -3/+7 |
| | | | | When locale support is desired, pass the correct option to gcc configure. | ||||
* | Fix a build problem found while building for arm soft-float | Eric Andersen | 2003-11-11 | 1 | -2/+8 |
| | |||||
* | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | 2003-11-01 | 1 | -12/+39 |
| | | | | | | | | | 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. | ||||
* | Stock buildroot is not supposed to build gcc_target | Eric Andersen | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | Add support for 'make -j3' so make to run stuff in parallel | Eric Andersen | 2003-10-18 | 1 | -0/+3 |
| | |||||
* | fixup i386 as well | Eric Andersen | 2003-09-30 | 1 | -0/+1 |
| | |||||
* | This should at least build. I think. | Eric Andersen | 2003-09-26 | 1 | -2/+10 |
| | |||||
* | Use more consistant naming | Eric Andersen | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | Rework toolchain build to make it much more modular and | Eric Andersen | 2003-09-14 | 1 | -8/+28 |
| | | | | remove the redundant redundancy. | ||||
* | Default to using the kernel-headers package. mention dropbear. | Eric Andersen | 2003-09-10 | 1 | -2/+5 |
| | | | | Make rootfs be rootfs_$(ARCH) | ||||
* | Add support for enabling use of libintl. | Manuel Novoa III | 2003-09-03 | 1 | -0/+4 |
| | | | | | | | | Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data | ||||
* | Add support for building perl | Eric Andersen | 2003-06-28 | 1 | -0/+3 |
| | |||||
* | mention iproute2 and netsnmp | Eric Andersen | 2003-06-04 | 1 | -1/+2 |
| | |||||
* | Update gcc to version 3.2.3. Fix the openssh patch | Eric Andersen | 2003-04-26 | 1 | -3/+3 |
| | |||||
* | Rework things to ensure we are cross compiling. Teach problematic | Eric Andersen | 2003-03-04 | 1 | -0/+9 |
| | | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib | ||||
* | Add in a GNU_HOST_NAME | Eric Andersen | 2003-03-04 | 1 | -0/+12 |
| | |||||
* | Change a few defaults | Eric Andersen | 2003-03-04 | 1 | -3/+3 |
| | |||||
* | Fixup 'make source' target | Eric Andersen | 2003-02-19 | 1 | -3/+5 |
| | |||||
* | Add support for bridge-utils, thanks to Michael Shuler | Eric Andersen | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | Fix pcmcia startup. Add grep | Eric Andersen | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | Fix a few problems noticed by Peter S. Mazinger | Eric Andersen | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | Remove usr/bin | Eric Andersen | 2003-02-12 | 1 | -5/+5 |
| | |||||
* | List a few additional targets for building a dev system | Eric Andersen | 2003-02-12 | 1 | -2/+3 |
| | |||||
* | Update makefile | Eric Andersen | 2003-02-12 | 1 | -1/+3 |
| | |||||
* | Fixup the target path | Eric Andersen | 2003-02-12 | 1 | -3/+4 |
| | |||||
* | Support building a gcc-2.95 toolchain instead | Eric Andersen | 2003-02-04 | 1 | -0/+5 |
| | |||||
* | dont assign MAKE | Eric Andersen | 2003-01-21 | 1 | -1/+0 |
| | |||||
* | several updates for wireless and firewall stuff, | Eric Andersen | 2003-01-19 | 1 | -4/+6 |
| | | | | thanks to Michael Shuler | ||||
* | Change from using "TARGET_CC1" to just plan "TARGET_CC" | Eric Andersen | 2003-01-19 | 1 | -2/+1 |
| | | | | which is a bit more sensible. | ||||
* | Fixup default compiler architecture | Eric Andersen | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | Mention how people can update things | Eric Andersen | 2003-01-18 | 1 | -0/+9 |
| | |||||
* | standardize handling of GNU configure scripts | Eric Andersen | 2003-01-17 | 1 | -7/+8 |
| | | | | -Erik |