diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:47 +0000 |
commit | 52058fc6fed28575daed84385445a82228778f22 (patch) | |
tree | f7b2e43f09badd2f469c4e8015427aa9e05101a9 /configure | |
parent | 15c0e84fff57bb815634a767fcd299ad430ef497 (diff) | |
download | utmps-52058fc6fed28575daed84385445a82228778f22.tar.xz |
Fix generated CC for cross-builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,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 |