SHA256
1
0
forked from pool/rtl8812au

Accepting request 818969 from openSUSE:Factory:RISCV

- Use ARCH=riscv for riscv64

OBS-URL: https://build.opensuse.org/request/show/818969
OBS-URL: https://build.opensuse.org/package/show/hardware/rtl8812au?expand=0&rev=20
This commit is contained in:
Antonio Larrosa 2020-07-06 10:04:00 +00:00 committed by Git OBS Bridge
parent 9d356382f2
commit 24d234134b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 6 09:32:47 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Use ARCH=riscv for riscv64
-------------------------------------------------------------------
Fri Apr 3 07:20:53 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -81,6 +81,9 @@ export ARCH=arm64
%ifarch %ppc ppc64 ppc64le
export ARCH=powerpc
%endif
%ifarch riscv64
export ARCH=riscv
%endif
for flavor in %{flavors_to_build} ; do
cp -a source obj/$flavor
pushd obj/$flavor