Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173428681
D1974.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D1974.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -371,7 +371,13 @@
XCFLAGS+= --sysroot=${WORLDTMP} ${BFLAGS}
XCXXFLAGS+= --sysroot=${WORLDTMP} ${BFLAGS}
.endif
+.else
+.if defined(CROSS_BINUTILS_PREFIX) && exists(${CROSS_BINUTILS_PREFIX})
+BFLAGS+= -B${CROSS_BINUTILS_PREFIX}
+XCFLAGS+= ${BFLAGS}
+XCXXFLAGS+= ${BFLAGS}
.endif
+.endif # ${XCC:M/*}
WMAKE= ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 DESTDIR=${WORLDTMP}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 26, 9:27 PM (6 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39696085
Default Alt Text
D1974.diff (531 B)
Attached To
Mode
D1974: Support out-of-tree binutils with in-tree compiler
Attached
Detach File
Event Timeline
Log In to Comment