kumquat-buildroot/package/sed
Thomas Petazzoni 6ce736a58c 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>
2009-08-04 21:45:04 +02:00
..
Config.in Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
configure.patch Include a patch for GNU sed that allows building it on Mac OS X and 2007-03-09 08:36:22 +00:00
sed.mk sed: fix compilation with external toolchains 2009-08-04 21:45:04 +02:00
sedcheck.sh