]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
sed: fix compilation with external toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Aug 2009 19:42:48 +0000 (21:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Aug 2009 19:45:04 +0000 (21:45 +0200)
commit6ce736a58c8973ceba56bc95f11118b7c1351f11
treee91a898eaa8d1c1b0dfdb2ff9177aaa763913c7d
parent5b72dda69f72e1953dfc7987dd1b418e1afe79a4
sed: fix compilation with external toolchains

Since CC is already passed in TARGET_CONFIGURE_OPTS at ./configure
time, there's no point in overriding it with a wrong value at
compilation time. This breaks external toolchain builds since
CC=$(TARGET_CC) is wrong because it excludes the mandatory --sysroot
option.

Fixes bug #525

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
CHANGES
package/sed/sed.mk