summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* support ccache for the build as well as the targetEric Andersen2004-04-091-2/+2
|
* Remove perl. It doesn't work, and seems to be a supportEric Andersen2004-03-181-3/+0
| | | | problem magnet. So kill it.
* Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III2004-02-181-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 III2004-02-111-1/+1
|
* Use --enable-sjlj-exceptions when configuring gcc so that exception handlingManuel Novoa III2004-02-111-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 onlyEric Andersen2004-01-291-37/+6
| | | | supported way of building toolchains
* Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.Manuel Novoa III2004-01-161-17/+14
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-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 noticeEric Andersen2004-01-041-1/+1
|
* Default to building ccache for the targetEric Andersen2003-12-021-3/+3
|
* Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support.Manuel Novoa III2003-11-301-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 III2003-11-211-2/+4
|
* Fix some soft float make variables.Manuel Novoa III2003-11-211-5/+3
|
* mention mipselEric Andersen2003-11-201-3/+8
| | | | Make soft float easier to enable/disable
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | installed. If not, we will now build our own version.
* Fix most things when large file support is not configured.Manuel Novoa III2003-11-171-0/+4
|
* Note that the OPTIMIZE_FOR_CPU setting is broken, and save both theManuel Novoa III2003-11-161-0/+2
| | | | users _and_ us some grief.
* Move uclibc-configured target forward so arch prompt happens sooner.Manuel Novoa III2003-11-111-3/+7
| | | | When locale support is desired, pass the correct option to gcc configure.
* Fix a build problem found while building for arm soft-floatEric Andersen2003-11-111-2/+8
|
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-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_targetEric Andersen2003-10-221-1/+1
|
* Add support for 'make -j3' so make to run stuff in parallelEric Andersen2003-10-181-0/+3
|
* fixup i386 as wellEric Andersen2003-09-301-0/+1
|
* This should at least build. I think.Eric Andersen2003-09-261-2/+10
|
* Use more consistant namingEric Andersen2003-09-141-1/+1
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-8/+28
| | | | remove the redundant redundancy.
* Default to using the kernel-headers package. mention dropbear.Eric Andersen2003-09-101-2/+5
| | | | Make rootfs be rootfs_$(ARCH)
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-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 perlEric Andersen2003-06-281-0/+3
|
* mention iproute2 and netsnmpEric Andersen2003-06-041-1/+2
|
* Update gcc to version 3.2.3. Fix the openssh patchEric Andersen2003-04-261-3/+3
|
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-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_NAMEEric Andersen2003-03-041-0/+12
|
* Change a few defaultsEric Andersen2003-03-041-3/+3
|
* Fixup 'make source' targetEric Andersen2003-02-191-3/+5
|
* Add support for bridge-utils, thanks to Michael ShulerEric Andersen2003-02-191-1/+1
|
* Fix pcmcia startup. Add grepEric Andersen2003-02-151-1/+1
|
* Fix a few problems noticed by Peter S. MazingerEric Andersen2003-02-151-1/+1
|
* Remove usr/binEric Andersen2003-02-121-5/+5
|
* List a few additional targets for building a dev systemEric Andersen2003-02-121-2/+3
|
* Update makefileEric Andersen2003-02-121-1/+3
|
* Fixup the target pathEric Andersen2003-02-121-3/+4
|
* Support building a gcc-2.95 toolchain insteadEric Andersen2003-02-041-0/+5
|
* dont assign MAKEEric Andersen2003-01-211-1/+0
|
* several updates for wireless and firewall stuff,Eric Andersen2003-01-191-4/+6
| | | | thanks to Michael Shuler
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-191-2/+1
| | | | which is a bit more sensible.
* Fixup default compiler architectureEric Andersen2003-01-191-1/+1
|
* Mention how people can update thingsEric Andersen2003-01-181-0/+9
|
* standardize handling of GNU configure scriptsEric Andersen2003-01-171-7/+8
| | | | -Erik
* JNote that valgrind is x86 onlyEric Andersen2003-01-171-1/+1
|