diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:00:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:00:34 +0000 |
commit | 4462286bbe3b5be82504e3e5abfb109f6eab1d85 (patch) | |
tree | 832ecc45eb4a820b53cbd459cbe75e1e2e45f97e /configure | |
parent | 689246050f29bd1d0ed17adcd169e684500bfa21 (diff) | |
download | bcnm-4462286bbe3b5be82504e3e5abfb109f6eab1d85.tar.gz bcnm-4462286bbe3b5be82504e3e5abfb109f6eab1d85.tar.xz bcnm-4462286bbe3b5be82504e3e5abfb109f6eab1d85.zip |
Fix generated CC for cross-builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 3f6c13e..05a74f9 100755 --- a/configure +++ b/configure @@ -402,7 +402,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 |