summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni2009-08-04 21:42:48 +0200
committerThomas Petazzoni2009-08-04 21:45:04 +0200
commit6ce736a58c8973ceba56bc95f11118b7c1351f11 (patch)
treee91a898eaa8d1c1b0dfdb2ff9177aaa763913c7d /CHANGES
parentbuildroot: fix fallout after qtopia4 -> qt rename (diff)
downloadbuildroot-6ce736a58c8973ceba56bc95f11118b7c1351f11.tar.gz
buildroot-6ce736a58c8973ceba56bc95f11118b7c1351f11.tar.xz
buildroot-6ce736a58c8973ceba56bc95f11118b7c1351f11.zip
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>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0c1f667b1..36b9b45ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -77,6 +77,7 @@
#497: OpenSSL RSA key generation hangs on x86_64
#509: Bump sqlite package to 3.6.16
#523: pciutils broken with external toolchain
+ #525: sed broken with external toolchain
#533: Update gamin to 0.1.10 to fix compilation
2009.05, Released June 1st, 2009: