-Removed all ipkg_* functions and replaced them with a single ipkg function accepting...
[hvlinux.git] / stage1 / pkg / binutils
index 605dc88..293b0f1 100644 (file)
@@ -1,5 +1,13 @@
 #!/bin/bash
 
+CONFIGURE_OPTS="\
+    --target=${CLFS_TARGET} \
+    --with-lib-path=/tools/lib \
+    --disable-nls \
+    --enable-shared \
+    --disable-multilib \
+    ${CONFIGURE_OPTS}"
+
 hvconfig_pre()
 {
     case "${HVL_TARGET}" in