diff options
author | Rob Landley <rob@landley.net> | 2020-04-06 04:34:19 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-04-06 04:34:19 -0500 |
commit | ce6220787701c4144ac46cc2b461f6690043787a (patch) | |
tree | 0eac7c7f452b2c61a4b3369dcaab3c98c3cf94fb /configure | |
parent | ec6ab53515d2a1858a8cbb605b6e654970f9484f (diff) | |
download | toybox-ce6220787701c4144ac46cc2b461f6690043787a.tar.gz |
Integrate cross compile support into mkroot, ala "make root CROSS=sh4"
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -11,9 +11,6 @@ then exit $? fi -# A synonym. -[ -z "$CROSS_COMPILE" ] && CROSS_COMPILE="$CROSS" - # CFLAGS and OPTIMIZE are different so you can add extra CFLAGS without # disabling default optimizations [ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts -Werror=implicit-function-declaration" |