Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161184901
D19484.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D19484.diff
View Options
Index: head/base/gcc/Makefile
===================================================================
--- head/base/gcc/Makefile
+++ head/base/gcc/Makefile
@@ -60,10 +60,10 @@
CONFIGURE_ARGS+= --enable-initfini-array
.endif
-.if ${ARCH} == "amd64"
+.if ${HOSTARCH} == "amd64"
CONFIGURE_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
.else
-CONFIGURE_TARGET= ${ARCH}-unknown-${OPSYS:tl}${OSREL}
+CONFIGURE_TARGET= ${HOSTARCH}-unknown-${OPSYS:tl}${OSREL}
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 2, 9:27 AM (19 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34592263
Default Alt Text
D19484.diff (506 B)
Attached To
Mode
D19484: Fix a cross-build regression in r493401.
Attached
Detach File
Event Timeline
Log In to Comment