Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152937344
D11950.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
D11950.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11950: Mark MK_PROFILE as broken when targetting mips64
Attached
Detach File
Event Timeline
Log In to Comment