diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:10 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:01:10 +0000 |
| commit | e4726f2d661b14a0a0a4e0844280e639657bf1a3 (patch) | |
| tree | 41a87e083c828b186a8490f61ce6d028e5e25b2c | |
| parent | 34ecd9f7ddb04dee4ee6fef15cb59af392e23510 (diff) | |
| download | s6-dns-e4726f2d661b14a0a0a4e0844280e639657bf1a3.tar.gz | |
Fix generated CC for cross-builds
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
