Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 1 | -0/+1 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | - add FC, remove some duplicate entries, cleanup | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -2/+1 |
| | | | | - fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS | ||||
* | Move VENDOR stuff to project | Ulf Samuelsson | 2007-08-24 | 1 | -17/+0 |
| | |||||
* | - add question for Ulf | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+1 |
| | |||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -0/+16 |
| | |||||
* | - add OPENMP configure handling (needed for e.g. gettext). | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -0/+7 |
| | |||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -4/+17 |
| | | | | - start to separate usr/lib and lib to match normal system-layout | ||||
* | - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵ | Bernhard Reutner-Fischer | 2007-06-01 | 1 | -0/+6 |
| | | | | | | | to build static or dynamic libs/bins. - depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target. Thanks to Tom for suplying a diff which implements these. | ||||
* | - add CFLAGS_COMBINE check | Bernhard Reutner-Fischer | 2007-03-21 | 1 | -0/+2 |
| | |||||
* | - add cc-option and use it to check for stuff that is benefical for PREFER_IMA | Bernhard Reutner-Fischer | 2007-02-12 | 1 | -0/+3 |
| | | | | - backport the libbackend.o gcov-iov.h dependency fixup from 4.2 to 4.0 | ||||
* | - remove the '"install uClibc headers in the target filesystem" without a ↵ | Bernhard Reutner-Fischer | 2007-01-31 | 1 | -2/+0 |
| | | | | native compiler' option. | ||||
* | - provide means to "install uClibc headers in the target filesystem" without ↵ | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -0/+2 |
| | | | | a native compiler | ||||
* | sync thread stuff with config.in as pointed out by mjn3 | Mike Frysinger | 2006-04-14 | 1 | -3/+3 |
| | |||||
* | control pthread support since some arches like x86_64 dont yet support it in ↵ | Mike Frysinger | 2005-10-01 | 1 | -0/+6 |
| | | | | uClibc | ||||
* | pass --disable-multilib if user doesnt want multilib since some arches (like ↵ | Mike Frysinger | 2005-09-22 | 1 | -0/+2 |
| | | | | x86_64) default to multilib support | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+3 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -0/+7 |
-Erik |