]> git.pld-linux.org Git - packages/kBuild.git/blob - x32.patch
updated to r3127
[packages/kBuild.git] / x32.patch
1 --- kBuild-0.1.9998.3127/kBuild/env.sh.orig     2017-11-25 12:47:06.042644251 +0100
2 +++ kBuild-0.1.9998.3127/kBuild/env.sh  2017-11-25 12:47:34.349002559 +0100
3 @@ -356,6 +356,9 @@
4                  esac
5              fi
6              ;;
7 +        x32)
8 +            KBUILD_HOST_ARCH='x32'
9 +            ;;
10          x86|i86pc|ia32|i[3456789]86|BePC|i[3456789]86-AT[3456789]86)
11              KBUILD_HOST_ARCH='x86'
12              ;;
This page took 0.069846 seconds and 4 git commands to generate.