]> git.pld-linux.org Git - packages/kBuild.git/blob - x32.patch
x32 build fixes
[packages/kBuild.git] / x32.patch
1 --- kBuild-0.1.9998.2700/kBuild/env.sh  2015-03-23 19:32:23.858751190 +0000
2 +++ kBuild-0.1.9998.2780/kBuild/env.sh  2015-03-23 19:26:51.504892609 +0000
3 @@ -326,6 +326,9 @@
4          x86_64|AMD64|amd64|k8|k8l|k9|k10)
5              KBUILD_HOST_ARCH='amd64'
6              ;;
7 +        x32)
8 +            KBUILD_HOST_ARCH='x32'
9 +            ;;
10          x86|i86pc|ia32|i[3456789]86|BePC)
11              KBUILD_HOST_ARCH='x86'
12              ;;
This page took 0.115916 seconds and 4 git commands to generate.