Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-15 | Build the uClibc utils with the uClibc-targeted toolchain. | Manuel Novoa III | |
While the host utils are also built, they are not currently installed. | |||
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | Don't use a string to do the job of a bool | Eric Andersen | |
2004-10-09 | support tar verbosity | Mike Frysinger | |
2004-10-09 | Remove obsolete references to SOURCE_DIR | Eric Andersen | |
2004-10-09 | Fix it so we once again build the target root_fs | Eric Andersen | |
2004-10-09 | facelift step number two | Eric Andersen | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. | |||
2004-10-09 | It would help to include the package specific *.mk makefiles | Eric Andersen | |
2004-10-09 | Major buildroot facelift, step one. | Eric Andersen | |
-Erik | |||
2004-10-08 | add -pipe to default CFLAGS | Mike Frysinger | |
2004-10-05 | Always use kernel-headers. | Eric Andersen | |
2004-09-30 | Add the new binutils and gdb, but don't make them defaults since I haven't | Manuel Novoa III | |
really tested them yet. | |||
2004-09-22 | Default to 2.4.27 kernel headers | Eric Andersen | |
2004-09-14 | Add back in support for 3.3.4 soft float toolchains, although arm would | Manuel Novoa III | |
require reenabling linking with -lfloat in uClibc. | |||
2004-09-10 | Integrate gcc 3.4.2 and add patches from both openembedded (6??-*) | Manuel Novoa III | |
and Dan Kegel's crosstools (7??-*). Use makefile vars for toolchain names in ccache.mk and gdb.mk. Fix a g++-related symlink issue with ccache. Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips is building). Let the users go forth and test... ;-) | |||
2004-09-03 | Should be supported now for gcc 3.4.1. | Manuel Novoa III | |
2004-09-03 | Update 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-04-21 | Use busybox to provide login etc by default | Eric Andersen | |
2004-04-12 | Due to alphabetizing, the uml stuff was pulled in after uclibc.mk | Eric Andersen | |
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. | |||
2004-04-09 | support ccache for the build as well as the target | Eric Andersen | |
2004-03-18 | Remove perl. It doesn't work, and seems to be a support | Eric Andersen | |
problem magnet. So kill it. | |||
2004-02-18 | Update 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-11 | Should have added this a long time ago. | Manuel Novoa III | |
2004-02-11 | Use --enable-sjlj-exceptions when configuring gcc so that exception handling | Manuel Novoa III | |
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. | |||
2004-01-29 | Remove USE_LINUX_UCLIBC option, since that is now the only | Eric Andersen | |
supported way of building toolchains | |||
2004-01-16 | Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc. | Manuel Novoa III | |
2004-01-14 | Enable building <arch>-linux-uclibc toolchains. Note that, due to config | Manuel 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. | |||
2004-01-04 | Default buildroot to use stock uClibc 0.9.26 till further notice | Eric Andersen | |
2003-12-02 | Default to building ccache for the target | Eric Andersen | |
2003-11-30 | Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support. | Manuel Novoa III | |
Add some comments in Makefile about support for various archs. Disable buildroot large file for cris, since uClibc currently disables it. | |||
2003-11-21 | Oops... check in the file version this time. | Manuel Novoa III | |
2003-11-21 | Fix some soft float make variables. | Manuel Novoa III | |
2003-11-20 | mention mipsel | Eric Andersen | |
Make soft float easier to enable/disable | |||
2003-11-19 | automatically detect if we have a usable version of sed | Eric Andersen | |
installed. If not, we will now build our own version. | |||
2003-11-17 | Fix most things when large file support is not configured. | Manuel Novoa III | |
2003-11-16 | Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the | Manuel Novoa III | |
users _and_ us some grief. | |||
2003-11-11 | Move uclibc-configured target forward so arch prompt happens sooner. | Manuel Novoa III | |
When locale support is desired, pass the correct option to gcc configure. | |||
2003-11-11 | Fix a build problem found while building for arm soft-float | Eric Andersen | |
2003-11-01 | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel 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-22 | Stock buildroot is not supposed to build gcc_target | Eric Andersen | |
2003-10-18 | Add support for 'make -j3' so make to run stuff in parallel | Eric Andersen | |
2003-09-30 | fixup i386 as well | Eric Andersen | |
2003-09-26 | This should at least build. I think. | Eric Andersen | |
2003-09-14 | Use more consistant naming | Eric Andersen | |
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. | |||
2003-09-10 | Default to using the kernel-headers package. mention dropbear. | Eric Andersen | |
Make rootfs be rootfs_$(ARCH) | |||
2003-09-03 | Add support for enabling use of libintl. | Manuel Novoa III | |
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 | |||
2003-06-28 | Add support for building perl | Eric Andersen | |
2003-06-04 | mention iproute2 and netsnmp | Eric Andersen | |