Add dia
[hvlinux.git] / stage0 / ipkg.def
index 2f22bfe..d846cee 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/bash
 
+export BUILD64="-m64"
+
 # Setting default configure options for all scripts
 CONFIGURE_OPTS="\
-      --prefix=/cross-tools \
+      --prefix=${CROSS_TOOLS_DIR} \
       ${CONFIGURE_OPTS}"