Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | JNote that valgrind is x86 only | Eric Andersen | 2003-01-17 | 1 | -1/+1 |
| | |||||
* | Support building jffs2 filesystems. Update top level | Eric Andersen | 2003-01-17 | 1 | -0/+20 |
| | | | | makefile accordingly | ||||
* | Support using an existing kernel | Eric Andersen | 2003-01-15 | 1 | -1/+3 |
| | |||||
* | Support more build system junk | Eric Andersen | 2003-01-09 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Mention the new ncurses-headers zlib-headers openssl-headers targets | Eric Andersen | 2003-01-08 | 1 | -0/+4 |
| | |||||
* | Shuffle so binutils is unpacked/built first | Eric Andersen | 2003-01-06 | 1 | -5/+5 |
| | |||||
* | Update makefile | Eric Andersen | 2003-01-03 | 1 | -7/+9 |
| | |||||
* | Fixup the defaults | Eric Andersen | 2002-12-12 | 1 | -3/+3 |
| | |||||
* | Support building regular kernels | Eric Andersen | 2002-12-10 | 1 | -1/+5 |
| | |||||
* | scrub this | Eric Andersen | 2002-12-06 | 1 | -1/+1 |
| |