X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=235964b4b90e4a482d9b0dea5666cb0123a27e26;hp=4032fc2d5c15ef918bbc4d71b05cdbd15c48c5b6;hb=27957a3f2b770c6a46d958cd72af41096275687c;hpb=49c64a099303ef7e970366f9fcb359aeeeb4c301 diff --git a/make.sh b/make.sh index 4032fc2d5c..235964b4b9 100755 --- 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,16 @@ buildipfire() { ipfiremake iptables case "${TARGET_ARCH}" in + x86_64) + ipfiremake linux KCFG="" + ipfiremake backports KCFG="" + ipfiremake cryptodev KCFG="" + ipfiremake e1000e KCFG="" +# ipfiremake igb KCFG="" + ipfiremake ixgbe KCFG="" + ipfiremake xtables-addons KCFG="" + ipfiremake linux-initrd KCFG="" + ;; i586) # x86-pae (Native and new XEN) kernel build ipfiremake linux KCFG="-pae"