Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | |
To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-02 | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | |
toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | |||
2008-12-23 | toolchain: disable export-toolchain stuff as it breaks make dependencies | Peter Korsgaard | |
For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set. | |||
2008-12-21 | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | |
2008-07-04 | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | |
locations for prepatched toolchain to be under the toolchain directory | |||
2007-09-28 | - add FC, remove some duplicate entries, cleanup | Bernhard Reutner-Fischer | |
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS | |||
2007-08-24 | Move VENDOR stuff to project | Ulf Samuelsson | |
2007-08-21 | - add question for Ulf | Bernhard Reutner-Fischer | |
2007-07-31 | Add support for prepatched toolchains | Ulf Samuelsson | |
2007-06-20 | - add OPENMP configure handling (needed for e.g. gettext). | Bernhard Reutner-Fischer | |
2007-06-20 | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | |
- start to separate usr/lib and lib to match normal system-layout | |||
2007-06-01 | - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵ | Bernhard Reutner-Fischer | |
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. | |||
2007-03-21 | - add CFLAGS_COMBINE check | Bernhard Reutner-Fischer | |
2007-02-12 | - add cc-option and use it to check for stuff that is benefical for PREFER_IMA | Bernhard Reutner-Fischer | |
- backport the libbackend.o gcov-iov.h dependency fixup from 4.2 to 4.0 | |||
2007-01-31 | - remove the '"install uClibc headers in the target filesystem" without a ↵ | Bernhard Reutner-Fischer | |
native compiler' option. | |||
2007-01-21 | - provide means to "install uClibc headers in the target filesystem" without ↵ | Bernhard Reutner-Fischer | |
a native compiler | |||
2006-04-14 | sync thread stuff with config.in as pointed out by mjn3 | Mike Frysinger | |
2005-10-01 | control pthread support since some arches like x86_64 dont yet support it in ↵ | Mike Frysinger | |
uClibc | |||
2005-09-22 | pass --disable-multilib if user doesnt want multilib since some arches (like ↵ | Mike Frysinger | |
x86_64) default to multilib support | |||
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-10-09 | Major buildroot facelift, step one. | Eric Andersen | |
-Erik |