From ce6220787701c4144ac46cc2b461f6690043787a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 6 Apr 2020 04:34:19 -0500 Subject: Integrate cross compile support into mkroot, ala "make root CROSS=sh4" --- configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure') 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" -- cgit v1.2.3