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
/
binutils
/
binutils.mk
Age
Commit message (
Expand
)
Author
2008-03-11
buildroot: use BR2_KERNEL_MIRROR everywhere
Peter Korsgaard
2008-03-11
fixed path problem
John Voltz
2008-03-11
buildroot: Use BR2_GNU_MIRROR everywhere
Peter Korsgaard
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
2007-09-26
- revert some bad checkins, fixup bad settings in atmel targets and move the ...
Bernhard Reutner-Fischer
2007-09-26
reinstate AVR32 toolchain
Ulf Samuelsson
2007-09-25
- remove one invariant in toolchain type selection.
Bernhard Reutner-Fischer
2007-09-17
- add binutils-2.18 and binutils-2.18.50.0.1
Bernhard Reutner-Fischer
2007-09-01
- precaution when looking at GCC_VERSION
Bernhard Reutner-Fischer
2007-08-28
- misc cleanups (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2007-08-22
- global whitespace trimming
Bernhard Reutner-Fischer
2007-08-22
- semicolon touchup. No other changes
Bernhard Reutner-Fischer
2007-08-22
- drop circular dependency
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-08-20
- whitespace fixes
Bernhard Reutner-Fischer
2007-07-31
Add support for prepatched toolchains
Ulf Samuelsson
2007-06-20
- add full sysroot support for non-ancient toolchains.
Bernhard Reutner-Fischer
2007-06-06
- prefer shared libs on the host
Bernhard Reutner-Fischer
2007-06-02
- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB
Bernhard Reutner-Fischer
2007-02-09
- fix crosscompiler prerequisites
Bernhard Reutner-Fischer
2007-01-28
- fix prereq of current binutils wrt gmp
Bernhard Reutner-Fischer
2007-01-24
- fix prerequisites of binutils_target
Bernhard Reutner-Fischer
2007-01-22
- don't rely on buggy gmp/mpfr on the host but use our own build iff we are a...
Bernhard Reutner-Fischer
2006-12-13
- Pass the correct compiler when building the target binutils.
Bernhard Reutner-Fischer
2006-12-13
- Build binutils with sysroot support.
Bernhard Reutner-Fischer
2006-11-17
- add and use BR2_BZCAT config option.
Bernhard Reutner-Fischer
2006-08-24
add URL for binutils 2.17 #1002
Mike Frysinger
2006-05-30
Download using ftp instead of http from ftp sites
Peter Korsgaard
2006-05-26
s/dependancies/dependencies/
Mike Frysinger
2006-05-02
Add some finer grained dependancy checking. Check that
Eric Andersen
2006-03-18
add a binutils-unpacked shortcut
Mike Frysinger
2006-03-10
- make sure we use the proper CC for building binutils.
Bernhard Reutner-Fischer
2005-11-21
binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.
Paul Mundt
2005-08-28
jdupre writes in Bug 390: trying to use buildroot failed telling me to instal...
Mike Frysinger
2005-06-18
Add support for binutils 2.16.1. Patches are identical to those for 2.16.
Manuel Novoa III
2005-05-03
Looks like the 2.16 patches should work fine for 2.15.97, and tested with a m...
Manuel Novoa III
2005-04-30
Needed --disable-werror to get 2.16.mumble build from dying on missing protot...
Manuel Novoa III
2005-02-11
fixup use of a variable before it is set
Eric Andersen
2005-02-10
There is no need to have a separate 'Makefile.in' file in the
Eric Andersen
2004-12-22
dont output which
Mike Frysinger
2004-12-21
binutils 2.15.94.0.2
Mike Frysinger
2004-12-19
use which to locate apps (useful for non-Linux systems like OS X)
Mike Frysinger
2004-12-11
Kill off old unused JLEVEL junk
Eric Andersen
2004-10-19
fix binutils_target-clean
Mike Frysinger
2004-10-11
-xvf -> $(TAR_OPTIONS)
Mike Frysinger
2004-10-09
facelift step number two
Eric Andersen
2004-10-09
Major buildroot facelift, step one.
Eric Andersen