build sparc headers on sparcv9
This commit is contained in:
parent
1c442e5d3d
commit
9c74977711
11
kernel.spec
11
kernel.spec
@ -338,6 +338,10 @@ Summary: The Linux kernel
|
|||||||
%define with_perf 0
|
%define with_perf 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch sparcv9
|
||||||
|
%define hdrarch sparc
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
%define asmarch powerpc
|
%define asmarch powerpc
|
||||||
%define hdrarch powerpc
|
%define hdrarch powerpc
|
||||||
@ -390,7 +394,7 @@ Summary: The Linux kernel
|
|||||||
# Which is a BadThing(tm).
|
# Which is a BadThing(tm).
|
||||||
|
|
||||||
# We only build kernel-headers on the following...
|
# We only build kernel-headers on the following...
|
||||||
%define nobuildarches i386 s390 sparc %{arm}
|
%define nobuildarches i386 s390 sparc sparcv9 %{arm}
|
||||||
|
|
||||||
%ifarch %nobuildarches
|
%ifarch %nobuildarches
|
||||||
%define with_up 0
|
%define with_up 0
|
||||||
@ -478,7 +482,7 @@ Version: %{rpmversion}
|
|||||||
Release: %{pkg_release}
|
Release: %{pkg_release}
|
||||||
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
|
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
|
||||||
# SET %%nobuildarches (ABOVE) INSTEAD
|
# SET %%nobuildarches (ABOVE) INSTEAD
|
||||||
ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64 sparc sparc64 s390 s390x alpha alphaev56 %{arm}
|
ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64 %{sparc} s390 s390x alpha alphaev56 %{arm}
|
||||||
ExclusiveOS: Linux
|
ExclusiveOS: Linux
|
||||||
|
|
||||||
%kernel_reqprovconf
|
%kernel_reqprovconf
|
||||||
@ -1953,6 +1957,9 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 05 2011 Dennis Gilmore <dennis@ausil.us>
|
||||||
|
- build sparc headers on sparcv9
|
||||||
|
|
||||||
* Tue Jan 04 2011 Dennis Gilmore <dennis@ausil.us>
|
* Tue Jan 04 2011 Dennis Gilmore <dennis@ausil.us>
|
||||||
- add patch for sparc build failure
|
- add patch for sparc build failure
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user