FreeBSD Bugzilla – Attachment 206099 Details for
Bug 238330
[exp-run] Update GCC_DEFAULT from 8 to 9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Lock powerpcspe to GCC 8, since support was removed with GCC 9
powerpcspe-lock-gcc8 (text/plain), 565 bytes, created by
Gerald Pfeifer
on 2019-07-27 12:33:01 UTC
(
hide
)
Description:
Lock powerpcspe to GCC 8, since support was removed with GCC 9
Filename:
MIME Type:
Creator:
Gerald Pfeifer
Created:
2019-07-27 12:33:01 UTC
Size:
565 bytes
patch
obsolete
>Index: Mk/bsd.default-versions.mk >=================================================================== >--- Mk/bsd.default-versions.mk (revision 507447) >+++ Mk/bsd.default-versions.mk (working copy) >@@ -43,8 +43,12 @@ > FORTRAN_DEFAULT?= gfortran > # Possible values: 3.0.4 > FPC_DEFAULT?= 3.0.4 >-# Possible values: 7, 8, 9 >+# Possible values: 7, 8, 9 (powerpcspe was removed with GCC 9) >+.if ${ARCH} == "powerpcspe" >+GCC_DEFAULT?= 8 >+.else > GCC_DEFAULT?= 9 >+.endif > # Possible values: 7, 8, 9, agpl > GHOSTSCRIPT_DEFAULT?= agpl > # Possible values: 0.6, 0.7, 1.0, 1.1
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 238330
:
204832
| 206099