kumquat-buildroot/toolchain/binutils
Thomas Petazzoni 2ae84ac85f binutils,gcc: use correct --prefix
The cross binutils and cross gcc are actually going to be executed
from $(STAGING_DIR)/usr, so the correct prefix is $(STAGING_DIR)/usr
and not /usr.

This also fixes what is known as the "AVR32 toolchain build failure",
which was due to the fact that the prefix directory wasn't writable
(since it was /usr).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-27 22:56:36 +02:00
..
2.17
2.18
2.19
2.19.1
2.20 toolchain/binutils: Improve arm linking performance 2010-04-20 09:11:26 +02:00
2.20.1 toolchain/binutils: Improve arm linking performance 2010-04-20 09:11:26 +02:00
binutils.mk binutils,gcc: use correct --prefix 2010-07-27 22:56:36 +02:00
Config.in