index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolchain
/
Makefile.in
Age
Commit message (
Expand
)
Author
2010-12-13
toolchain: rework thread options
Thomas Petazzoni
2010-07-28
toolchain: remove multilib
Thomas Petazzoni
2010-07-27
toolchain: Remove now-unused variables
Thomas Petazzoni
2010-07-07
Rework sysroot option handling
Thomas Petazzoni
2010-06-15
toolchain: remove gcc 4.1.2 and non-sysroot support
Peter Korsgaard
2010-04-11
Get rid of the OPTIMIZE_FOR_CPU variable
Thomas Petazzoni
2010-04-11
Get rid of useless OpenMP related code
Thomas Petazzoni
2010-04-11
Remove variables useless after BR2_PREFER_IMA removal
Thomas Petazzoni
2009-09-23
rename TOOL_BUILD_DIR to TOOLCHAIN_DIR
Michael Roth
2009-01-02
toolchain: revert "Allow creating a script for external use of Buildroot tool...
Peter Korsgaard
2008-12-23
toolchain: disable export-toolchain stuff as it breaks make dependencies
Peter Korsgaard
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 locati...
Ulf Samuelsson
2007-09-28
- add FC, remove some duplicate entries, cleanup
Bernhard Reutner-Fischer
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
2007-06-01
- add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer t...
Bernhard Reutner-Fischer
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
2007-01-31
- remove the '"install uClibc headers in the target filesystem" without a nat...
Bernhard Reutner-Fischer
2007-01-21
- provide means to "install uClibc headers in the target filesystem" without ...
Bernhard Reutner-Fischer
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
2005-09-22
pass --disable-multilib if user doesnt want multilib since some arches (like ...
Mike Frysinger
2005-02-10
There is no need to have a separate 'Makefile.in' file in the
Eric Andersen
2004-10-09
Major buildroot facelift, step one.
Eric Andersen