Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150355555
D6358.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D6358.id.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -460,7 +460,8 @@
.endif
# External compiler needs sysroot and target flags.
-.if ${MK_CROSS_COMPILER} == "no"
+.if ${MK_CROSS_COMPILER} == "no" || \
+ (${MK_CLANG_BOOTSTRAP} == "no" && ${MK_GCC_BOOTSTRAP} == "no")
.if !defined(CROSS_BINUTILS_PREFIX) || !exists(${CROSS_BINUTILS_PREFIX})
BFLAGS+= -B${WORLDTMP}/usr/bin
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 1, 11:58 AM (10 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30676836
Default Alt Text
D6358.id.diff (478 B)
Attached To
Mode
D6358: Enable external compiler logic if both bootstrap compilers are disabled.
Attached
Detach File
Event Timeline
Log In to Comment