File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.354 2026/02/12 01:35:36 gutteridge Exp $
1+ # $NetBSD: Makefile,v 1.355 2026/02/12 01:43:00 gutteridge Exp $
22
33DISTNAME = rustc-1.91.1-src
44PKGNAME = ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -766,12 +766,11 @@ stage0-bootstrap: install
766766
767767# # Issues specific to: bootstrap AND NetBSD follow
768768
769- # rust i386 and sparc64 bootstraps are built for 8.0
769+ # rust sparc64 bootstraps are built for 8.0
770770# and still depend on libstdc++.so.8.
771771# Pull in compat80 on 9.x and newer.
772- .if (${MACHINE_PLATFORM :MNetBSD-* -i386} || \
773- ${MACHINE_PLATFORM :MNetBSD-* -sparc64}) \
774- && empty(OS_VERSION :M8.* )
772+ # XXX is this still correct?
773+ .if ${MACHINE_PLATFORM :MNetBSD-* -sparc64} && empty(OS_VERSION:M8.* )
775774TOOL_DEPENDS+ = compat80>=0:../../emulators/compat80
776775.endif
777776
You can’t perform that action at this time.
0 commit comments