summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:55:22 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:55:22 +0000
commitf0739050312a9e12a4ecb32eac0eb6a698153bc0 (patch)
tree806c169858df7bb1b509c9ba75d6b098f31bc318
parent9f09128cb1a46e72ae8d8d5998229f1fb5ab8e1c (diff)
downloads6-linux-init-f0739050312a9e12a4ecb32eac0eb6a698153bc0.tar.xz
fix --enable-cross
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1fa12db..3378c99 100755
--- a/configure
+++ b/configure
@@ -180,7 +180,7 @@ for arg ; do
--enable-slashpackage) sproot= ; slashpackage=true ;;
--disable-slashpackage) sproot= ; slashpackage=false ;;
--enable-cross=*) cross=${arg#*=} ;;
- --enable-cross) cross= ;;
+ --enable-cross) ;;
--disable-cross) cross= ;;
--enable-*|--disable-*|--with-*|--without-*|--*dir=*|--build=*) ;;
--host=*|--target=*) target=${arg#*=} ;;