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
/
gcc
/
Makefile.in
Age
Commit message (
Expand
)
Author
2010-07-09
toolchain/gcc: cleanup softfloat selection
Peter Korsgaard
2010-06-15
toolchain: remove gcc 4.1.2 and non-sysroot support
Peter Korsgaard
2010-04-11
Remove BR2_PREFER_IMA
Thomas Petazzoni
2009-12-14
gcc: improve configuration for snapshot versions
Thomas Petazzoni
2009-12-04
toolchain: get rid of unused gcc 3.x legacy handling
Peter Korsgaard
2009-09-23
Remove some fragments left over from the 'qstrip' transition
Michael Roth
2009-09-05
toolchain: use qstrip
Thomas Petazzoni
2009-04-22
toolchain/gcc: don't enable libssp support
Peter Korsgaard
2008-12-08
toolchain/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-08-22
gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs
Peter Korsgaard
2008-06-06
toolchain: also use arch/tune/abi options when softfloat is enabled
Peter Korsgaard
2007-11-09
update gcc nios2 support, thanks atle
Ivan Kuten
2007-10-23
Ensure AVR32 FPU config is always correct
Ulf Samuelsson
2007-10-01
Use the right Config for AVR32 gcc build
Ulf Samuelsson
2007-09-29
Revert modification of gcc, and make it AVR32 specific
Ulf Samuelsson
2007-09-15
- fix copy'n paste error in ABI configuration
Bernhard Reutner-Fischer
2007-08-26
- make sure to honour user flags
Bernhard Reutner-Fischer
2007-08-22
- global whitespace trimming
Bernhard Reutner-Fischer
2007-08-01
Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ob...
Ulf Samuelsson
2007-07-29
Add AVR32 options to gcc
Ulf Samuelsson
2007-07-08
- unify the GCC_WITH_ configure options and make them active
Bernhard Reutner-Fischer
2007-04-02
- make sure that we do not confuse versions (due to how findstring works)
Bernhard Reutner-Fischer
2007-02-09
- 4.0.4 *seems* to support this too, so just exclude anything that is even ol...
Bernhard Reutner-Fischer
2007-02-04
- allow intermodule also for 4.1
Bernhard Reutner-Fischer
2007-01-28
- add an experimental BR2_PREFER_IMA.
Bernhard Reutner-Fischer
2007-01-26
- for the native target gcc, drop --enable-optspace in favour of using the co...
Bernhard Reutner-Fischer
2007-01-21
- handle all gcc-4.x for the softfloat case.
Bernhard Reutner-Fischer
2006-12-12
- workaround vi's syntax highlighting
Bernhard Reutner-Fischer
2006-04-13
add proper support for gcc snapshots
Mike Frysinger
2005-07-18
Apply the fix for gcc bug #22167
Eric Andersen
2005-04-30
Fix soft float options for gcc 4.
Manuel Novoa III
2005-02-10
There is no need to have a separate 'Makefile.in' file in the
Eric Andersen
2005-01-23
Philip Rakity writes:
Eric Andersen
2004-11-17
add gcc 3.3.5/3.4.3 options
Mike Frysinger
2004-10-19
Kristian Hoffmann writes:
Eric Andersen
2004-10-09
Fixup SOFT_FLOAT handling
Eric Andersen
2004-10-09
final step in buildroot facelift
Eric Andersen
2004-10-09
Major buildroot facelift, step one.
Eric Andersen