diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:21 +0000 |
commit | e419c4ae26f871d9fea1bd10712a46ebf5c28f9d (patch) | |
tree | 987458fb8a24f72d8a1e95bd2de0738a71e84e8f | |
parent | 2b1e2678abea517e4c9eeaacb9dd70a7ca7a11e2 (diff) | |
download | s6-linux-utils-e419c4ae26f871d9fea1bd10712a46ebf5c28f9d.tar.xz |
Fix generated CC for cross-builds
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -406,7 +406,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 |