diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ CFLAGS="$CFLAGS -funsigned-char" # you call scripts/make.sh and friends directly. [ -z "$CC" ] && CC=cc +[ -z "$STRIP" ] & STRIP=strip # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" |