diff options
author | Francesco Valla <valla.francesco@gmail.com> | 2018-06-04 08:25:56 +0200 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-08-03 10:41:22 -0500 |
commit | 7335fe79284725ef6356d14f39db3539b28f52b1 (patch) | |
tree | c5f57bacc4e74c51fc8ad8654c11ab1f3ab4f1cc /configure | |
parent | 5e940c3806f5a1d5191ef35cc5bf2420b59d3059 (diff) | |
download | toybox-7335fe79284725ef6356d14f39db3539b28f52b1.tar.gz |
configure: fix typo
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ CFLAGS="$CFLAGS -funsigned-char" # you call scripts/make.sh and friends directly. [ -z "$CC" ] && CC=cc -[ -z "$STRIP" ] & STRIP=strip +[ -z "$STRIP" ] && STRIP=strip # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" |