kumquat-buildroot/package/gawk
Thomas Petazzoni e627989ad8 gawk: remove CC override
For some unknown reason, gawk.mk was overriding CC to $(TARGET_CC) at
build time, while it had already been set at configure time to
"$(TARGET_CC) $(TARGET_CFLAGS)" which is already the good value.

Setting it to just $(TARGET_CC) breaks the compilation with external
toolchains because we must pass the --sysroot option. But anyway, this
was incorrect as we were loosing some CFLAGS set by Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-09 23:25:07 +02:00
..
Config.in
gawk-3.1.5-core.patch
gawk-3.1.5-gcc4.patch
gawk.mk gawk: remove CC override 2010-05-09 23:25:07 +02:00