Added directory to store Ubuntu specific files
[hvlinux.git] / stage0 / cis-eglibc
index 7f3dadf..6172ee0 100755 (executable)
@@ -7,10 +7,14 @@ source ../functions
 source ../packages-list
 
 case "${HVL_TARGET}" in
-    "x86")
+    "x86" | "x86_64")
         # Manually apply patch
         apply_patch ${1}-rpath.patch ${1}
+        ;;
+esac
 
+case "${HVL_TARGET}" in
+    "x86")
         TMP_CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET}) -mtune=generic -g -O2"
         ;;
 esac