diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:31 +0000 |
commit | 2f1ac37a9fce0b52d8707fa0d5de5e54cbda2a5d (patch) | |
tree | 47f67c2282c0385603ec1051c7cc51005b9319fb /configure | |
parent | 51a577d2e32a51a6e197241c9d5575718c152101 (diff) | |
download | s6-portable-utils-2f1ac37a9fce0b52d8707fa0d5de5e54cbda2a5d.tar.xz |
Fix generated CC for cross-builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ SYSCLOCK_LIB := ${sysclock_lib} TIMER_LIB := ${timer_lib} UTIL_LIB := ${util_lib} -CC := ${CC_AUTO##${cross}} +CC := $CC_AUTO CPPFLAGS_AUTO := $CPPFLAGS_AUTO CPPFLAGS := $CPPFLAGS $CPPFLAGS_POST CFLAGS_AUTO := $CFLAGS_AUTO |