Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142449846
D45089.id138256.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
558 B
Referenced Files
None
Subscribers
None
D45089.id138256.diff
View Options
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -303,7 +303,7 @@
__DEFAULT_NO_OPTIONS+=LLDB
.endif
# LIB32 is not supported on all 64-bit architectures.
-.if (${__T} == "amd64" || ${__T:Maarch64*} != "" || ${__T} == "powerpc64")
+.if (${__T:Maarch64*} != "" && ((defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} != "gcc") || (!defined(X_COMPILER_TYPE) && ${COMPILER_TYPE} != "gcc"))) || ${__T} == "amd64" || ${__T} == "powerpc64"
__DEFAULT_YES_OPTIONS+=LIB32
.else
BROKEN_OPTIONS+=LIB32
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 2:14 AM (5 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27786541
Default Alt Text
D45089.id138256.diff (558 B)
Attached To
Mode
D45089: aarch64: disable LIB32 with gcc
Attached
Detach File
Event Timeline
Log In to Comment