Add cross-compile ipkg mode for stage1 (DESTDIR)
[hvlinux.git] / stage1 / pkg / gcc
index c499c06..c3f9b1f 100644 (file)
@@ -10,7 +10,7 @@ hvconfig_pre()
         --disable-nls \
         --disable-libstdcxx-pch \
         --with-system-zlib \
-        --with-native-system-header-dir=/tools/include \
+        --with-native-system-header-dir=${TOOLS_DIR}/include \
         --disable-libssp \
         --enable-checking=release \
         --enable-libstdcxx-time \
@@ -43,11 +43,11 @@ hvconfig_post()
 hvbuild()
 {
     ${HVMAKE} AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"
-    ${HVMAKE} install
+    ${HVMAKE} DESTDIR=${LFS} install
 }
 
 hvbuild_post()
 {
     # Install the libiberty header file that is needed by some packages:
-    cp -v ${SRC_DIR}/include/libiberty.h ${TOOLS_DIR}/tools/include
+    cp -v ${SRC_DIR}/include/libiberty.h ${TOOLS_DIR}/include
 }