forked from pool/filesystem
Accepting request 209424 from Base:System
add ppc64le definition (forwarded request 209378 from adrianSuSE) OBS-URL: https://build.opensuse.org/request/show/209424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=117
This commit is contained in:
commit
f2e9c7035f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 4 09:41:24 UTC 2013 - adrian@suse.de
|
||||||
|
|
||||||
|
- add ppc64le definition
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 30 09:29:05 UTC 2013 - speilicke@suse.com
|
Mon Sep 30 09:29:05 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ mkdir -p $RPM_BUILD_ROOT
|
|||||||
echo "%%defattr(-,root,root)" > filesystem.list
|
echo "%%defattr(-,root,root)" > filesystem.list
|
||||||
{
|
{
|
||||||
cat %{SOURCE0}
|
cat %{SOURCE0}
|
||||||
%ifarch s390x %sparc x86_64 ppc64 ppc aarch64
|
%ifarch s390x %sparc x86_64 ppc64 ppc aarch64 ppc64le
|
||||||
cat %{SOURCE64}
|
cat %{SOURCE64}
|
||||||
%endif
|
%endif
|
||||||
} | while read MOD OWN GRP NAME ; do
|
} | while read MOD OWN GRP NAME ; do
|
||||||
@ -90,6 +90,9 @@ powerpc-suse-linux \
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
powerpc64-suse-linux \
|
powerpc64-suse-linux \
|
||||||
%else
|
%else
|
||||||
|
%ifarch ppc64le
|
||||||
|
powerpc64le-suse-linux \
|
||||||
|
%else
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
%{_target_cpu}-suse-linux-gnueabi \
|
%{_target_cpu}-suse-linux-gnueabi \
|
||||||
%else
|
%else
|
||||||
@ -98,6 +101,7 @@ powerpc64-suse-linux \
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
; do
|
; do
|
||||||
create_dir 0755 root root /usr/$march
|
create_dir 0755 root root /usr/$march
|
||||||
|
Loading…
Reference in New Issue
Block a user