- Update to version 0.1.9998svn3110. VirtualBox 5.2.0 needs this one to build. Changes detailed in upstream url from svn 2815 to 3110. - Rebased patches - Removed test for openSUSE 12.3 from spec file. OBS-URL: https://build.opensuse.org/request/show/535804 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=34
14 lines
455 B
Diff
14 lines
455 B
Diff
Index: kbuild-0.1.9998svn3110/kBuild/env.sh
|
|
===================================================================
|
|
--- kbuild-0.1.9998svn3110.orig/kBuild/env.sh
|
|
+++ kbuild-0.1.9998svn3110/kBuild/env.sh
|
|
@@ -356,7 +356,7 @@ if test -z "$KBUILD_HOST_ARCH"; then
|
|
hppa64|parisc64)
|
|
KBUILD_HOST_ARCH='hppa64'
|
|
;;
|
|
- ia64)
|
|
+ ia64|armv7l)
|
|
KBUILD_HOST_ARCH='ia64'
|
|
;;
|
|
ppc32|ppc|powerpc)
|