Page MenuHomeFreeBSD

D31187.id92211.diff
No OneTemporary

D31187.id92211.diff

Index: stand/defs.mk
===================================================================
--- stand/defs.mk
+++ stand/defs.mk
@@ -15,6 +15,12 @@
NO_PIC=
INTERNALLIB=
.endif
+# Should be NO_CPU_FLAGS, but bsd.cpu.mk is included too early in bsd.init.mk
+# via the early include of bsd.opts.mk. Move Makefile.inc include earlier causes
+# weirdness, so this is the next best thing. We need to do this because the
+# loader needs very specific flags to work right, and things like
+# CPUTYPE?=native prevent that.
+_CPUCFLAGS=
.include <src.opts.mk>
.include <bsd.linker.mk>

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 24, 6:04 PM (14 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34290609
Default Alt Text
D31187.id92211.diff (578 B)

Event Timeline