diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:00:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:00:52 +0000 |
commit | ce1c6aad52edfb6fc40c425c79fe95194f2b0c6f (patch) | |
tree | aa0ef39a61be7a2c56fdfd42c2c0af9f5f78af03 /configure | |
parent | 913f68b088005bbf98b1196f715f6586e027b887 (diff) | |
download | nsss-ce1c6aad52edfb6fc40c425c79fe95194f2b0c6f.tar.xz |
Fix generated CC for cross-builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -399,7 +399,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 |