mirror of
https://abf.rosa.ru/djam/dtc.git
synced 2025-02-23 03:42:48 +00:00
Fix unrecognized option for e2k
This commit is contained in:
parent
05cb4ec89d
commit
a9193aae33
1 changed files with 5 additions and 0 deletions
5
dtc.spec
5
dtc.spec
|
@ -62,6 +62,11 @@ This package provides python3 bindings for %{name}.
|
|||
%autopatch -p1
|
||||
sed -i 's/python2/python3/' pylibfdt/setup.py
|
||||
|
||||
%ifarch %{e2k}
|
||||
# -MG is an unrecognized option for lcc
|
||||
sed -i 's,-MG,,' Makefile
|
||||
%endif
|
||||
|
||||
%build
|
||||
%setup_compile_flags
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue