]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Allow building for x86_64
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 4f6eedb0f4bdc6ae8a20c2fbb5d887e567252c7b..a4e1f29358ec47e38712a11d3b8d71ba0a34e60d 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -245,6 +245,11 @@ prepareenv() {
 buildtoolchain() {
     local error=false
     case "${TARGET_ARCH}:${BUILD_ARCH}" in
+        # x86_64
+        x86_64:x86_64)
+             # This is working.
+             ;;
+
         # x86
         i586:i586|i586:i686|i586:x86_64)
             # These are working.
@@ -413,6 +418,9 @@ buildipfire() {
   ipfiremake iptables
 
   case "${TARGET_ARCH}" in
+       x86_64)
+               # No kernel, yet.
+               ;;
        i586)
                # x86-pae (Native and new XEN) kernel build
                ipfiremake linux                        KCFG="-pae"