It turns out ppc has no gold
So use gold on arm/i686/amd64 only.
This commit is contained in:
parent
ad0d37c683
commit
9107198269
@ -311,7 +311,9 @@ find lib-python/%{pylibver} -name "*.py" -exec \
|
||||
"{}" \
|
||||
\;
|
||||
|
||||
%ifarch %{ix86} x86_64 %{arm}
|
||||
sed -i -r 's/\$\(LDFLAGSEXTRA\)/& -fuse-ld=gold/' ./rpython/translator/platform/posix.py
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Top memory usage is about 4.5GB on arm7hf
|
||||
|
Loading…
Reference in New Issue
Block a user