diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:00:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:00:58 +0000 |
commit | 24cc47f3757ae72b1ce57f37f4801edf057e0c65 (patch) | |
tree | af3a86a32808607f4b058ee5c892ead828f31a97 | |
parent | 13953f6159b6b13a177dc6c5f262f640d1c43721 (diff) | |
download | pamela-24cc47f3757ae72b1ce57f37f4801edf057e0c65.tar.gz pamela-24cc47f3757ae72b1ce57f37f4801edf057e0c65.tar.xz pamela-24cc47f3757ae72b1ce57f37f4801edf057e0c65.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 2bdf9f9..6dddfc4 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 |