Disable multilib on riscv64.
This commit is contained in:
parent
fa22fac534
commit
ca8c0f7dc6
7
gcc.spec
7
gcc.spec
@ -4,7 +4,7 @@
|
|||||||
%global gcc_major 8
|
%global gcc_major 8
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %{release}, append them after %{gcc_release} on Release: line.
|
# %{release}, append them after %{gcc_release} on Release: line.
|
||||||
%global gcc_release 0.9
|
%global gcc_release 0.10
|
||||||
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
||||||
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
@ -894,7 +894,7 @@ CONFIGURE_OPTS="\
|
|||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
--enable-targets=powerpcle-linux \
|
--enable-targets=powerpcle-linux \
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64le %{mips}
|
%ifarch ppc64le %{mips} riscv64
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%else
|
%else
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
@ -3038,6 +3038,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 5 2018 Richard W.M. Jones <rjones@redhat.com> 8.0.1-0.10
|
||||||
|
- Disable multilib on riscv64.
|
||||||
|
|
||||||
* Thu Feb 1 2018 Jeff Law <law@redhat.com> 8.0.1-0.9
|
* Thu Feb 1 2018 Jeff Law <law@redhat.com> 8.0.1-0.9
|
||||||
- fix -fstack-clash-protection codegen issue on 32 bit x86
|
- fix -fstack-clash-protection codegen issue on 32 bit x86
|
||||||
(#1540221, PR target/84128)
|
(#1540221, PR target/84128)
|
||||||
|
Loading…
Reference in New Issue
Block a user