FreeBSD Bugzilla – Attachment 193898 Details for
Bug 225629
powerpc64 (POWER9) segfaults randomly (e.g., building lang/gcc5)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build lang/gcc6 with system clang
lang_gcc6-kpsalerno.patch (text/plain), 580 bytes, created by
Kenneth Salerno
on 2018-06-01 19:21:26 UTC
(
hide
)
Description:
Patch to build lang/gcc6 with system clang
Filename:
MIME Type:
Creator:
Kenneth Salerno
Created:
2018-06-01 19:21:26 UTC
Size:
580 bytes
patch
obsolete
>Index: lang/gcc6/Makefile >=================================================================== >--- lang/gcc6/Makefile (revision 470718) >+++ lang/gcc6/Makefile (working copy) >@@ -80,7 +80,12 @@ > > .elif ${ARCH} == powerpc64 > CONFIGURE_ENV+= UNAME_m="powerpc64" >+# Clang is also capable of building this port >+. if ${COMPILER_TYPE} != clang > USE_GCC= 5 # Cannot require ourselves, needs to be at least 4.9. >+. endif >+# Work-around for bug in tree-vect-loop.c >+CFLAGS+= -mno-altivec > > .elif ${ARCH} == powerpcspe > CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225629
:
193898
|
193973