Page MenuHomeFreeBSD

D11950.diff
No OneTemporary

D11950.diff

Index: head/share/mk/src.opts.mk
===================================================================
--- head/share/mk/src.opts.mk
+++ head/share/mk/src.opts.mk
@@ -282,7 +282,10 @@
.if ${__T:Mmips*} || ${__T:Mpowerpc*} || ${__T:Msparc64} || ${__T:Mriscv*}
BROKEN_OPTIONS+=EFI
.endif
-
+.if ${__T:Mmips64*}
+# profiling won't work on MIPS64 because there is only assembly for o32
+BROKEN_OPTIONS+=PROFILE
+.endif
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
${__T} == "powerpc64" || ${__T} == "sparc64"
__DEFAULT_YES_OPTIONS+=CXGBETOOL

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 19, 4:55 AM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31746838
Default Alt Text
D11950.diff (571 B)

Event Timeline