-Completed transition to new ipkg method (ipkg.def), but still problem with eglibc...
[hvlinux.git] / stage1 / pkg / binutils
index 293b0f1..cc0ae1b 100644 (file)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 CONFIGURE_OPTS="\
+    ${CONFIGURE_OPTS} \
     --target=${CLFS_TARGET} \
     --with-lib-path=/tools/lib \
     --disable-nls \
     --enable-shared \
-    --disable-multilib \
-    ${CONFIGURE_OPTS}"
+    --disable-multilib"
 
 hvconfig_pre()
 {