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