View | Details | Raw Unified | Return to bug 261977
Collapse All | Expand All

(-)lang/gcc12-devel/Makefile (-1 / +1 lines)
Lines 82-88 CONFIGURE_OUTSOURCE= yes Link Here
82
.if empty(PORT_OPTIONS:MBOOTSTRAP)
82
.if empty(PORT_OPTIONS:MBOOTSTRAP)
83
CONFIGURE_ARGS+=--disable-bootstrap
83
CONFIGURE_ARGS+=--disable-bootstrap
84
.else
84
.else
85
CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
85
CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin
86
ALL_TARGET=	bootstrap-lean
86
ALL_TARGET=	bootstrap-lean
87
.endif
87
.endif
88
INSTALL_TARGET=	install-strip
88
INSTALL_TARGET=	install-strip

Return to bug 261977