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 | |
parent | 15c0e84fff57bb815634a767fcd299ad430ef497 (diff) | |
download | utmps-52058fc6fed28575daed84385445a82228778f22.tar.gz utmps-52058fc6fed28575daed84385445a82228778f22.tar.xz utmps-52058fc6fed28575daed84385445a82228778f22.zip |
Fix generated CC for cross-builds
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index cfd6ed6..545c3c6 100755 --- a/configure +++ b/configure @@ -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 |