summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-09 16:21:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-09 23:25:07 +0200
commite627989ad847f6c7b295117334ce0abeb84dbdbb (patch)
tree5b2338ca4fd8493289f9ad1ca39cf672eaf36842 /scripts
parent6bd1a449d61e2b7c989ec5a96037143b8f5024bb (diff)
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions