gawk: remove CC override
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 May 2010 14:21:52 +0000 (16:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 May 2010 21:25:07 +0000 (23:25 +0200)
commite627989ad847f6c7b295117334ce0abeb84dbdbb
tree5b2338ca4fd8493289f9ad1ca39cf672eaf36842
parent6bd1a449d61e2b7c989ec5a96037143b8f5024bb
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>
package/gawk/gawk.mk