buildrootschalter/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 buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
gawk-3.1.5-core.patch version bump 2005-09-12 23:02:31 +00:00
gawk-3.1.5-gcc4.patch version bump 2005-09-12 23:02:31 +00:00
gawk.mk gawk: remove CC override 2010-05-09 23:25:07 +02:00