aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-04-06 04:34:19 -0500
committerRob Landley <rob@landley.net>2020-04-06 04:34:19 -0500
commitce6220787701c4144ac46cc2b461f6690043787a (patch)
tree0eac7c7f452b2c61a4b3369dcaab3c98c3cf94fb /configure
parentec6ab53515d2a1858a8cbb605b6e654970f9484f (diff)
downloadtoybox-ce6220787701c4144ac46cc2b461f6690043787a.tar.gz
Integrate cross compile support into mkroot, ala "make root CROSS=sh4"
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 4735a7e9..0b6501fc 100755
--- a/configure
+++ b/configure
@@ -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"