diff options
author | Rob Landley <rob@landley.net> | 2016-02-10 23:27:55 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-02-10 23:27:55 -0600 |
commit | df07fb73be98dc1087346c184877666970a88f4a (patch) | |
tree | 32771caccb0008ccced29c99dbeeab0cef88f5ec /configure | |
parent | 187649de817b618c967d234f0707008e90e52504 (diff) | |
download | toybox-df07fb73be98dc1087346c184877666970a88f4a.tar.gz |
Wean scripts/install.c off toys.h so cross compiling less brittle.
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,4 +23,3 @@ CFLAGS="$CFLAGS -funsigned-char" # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" [ -z "$HOSTCC" ] && HOSTCC=cc -HOSTCC="$HOSTCC -DBUILD_FOR_HOST" |