View | Details | Raw Unified | Return to bug 238330 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.default-versions.mk (-1 / +5 lines)
Lines 43-50 Link Here
43
FORTRAN_DEFAULT?=	gfortran
43
FORTRAN_DEFAULT?=	gfortran
44
# Possible values: 3.0.4
44
# Possible values: 3.0.4
45
FPC_DEFAULT?=		3.0.4
45
FPC_DEFAULT?=		3.0.4
46
# Possible values: 7, 8, 9
46
# Possible values: 7, 8, 9 (powerpcspe was removed with GCC 9)
47
.if ${ARCH} == "powerpcspe"
48
GCC_DEFAULT?=		8
49
.else
47
GCC_DEFAULT?=		9
50
GCC_DEFAULT?=		9
51
.endif
48
# Possible values: 7, 8, 9, agpl
52
# Possible values: 7, 8, 9, agpl
49
GHOSTSCRIPT_DEFAULT?=	agpl
53
GHOSTSCRIPT_DEFAULT?=	agpl
50
# Possible values: 0.6, 0.7, 1.0, 1.1
54
# Possible values: 0.6, 0.7, 1.0, 1.1

Return to bug 238330