Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136987687
D16049.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
832 B
Referenced Files
None
Subscribers
None
D16049.diff
View Options
Index: head/Makefile
===================================================================
--- head/Makefile
+++ head/Makefile
@@ -587,14 +587,14 @@
_need_clang_${target}_${target_arch} != \
env TARGET=${target} TARGET_ARCH=${target_arch} \
${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-compiler \
- -V MK_CLANG_BOOTSTRAP
+ ${MAKE_PARAMS_${target}} -V MK_CLANG_BOOTSTRAP
.export _need_clang_${target}_${target_arch}
.endif
.if !defined(_need_lld_${target}_${target_arch})
_need_lld_${target}_${target_arch} != \
env TARGET=${target} TARGET_ARCH=${target_arch} \
${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-linker \
- -V MK_LLD_BOOTSTRAP
+ ${MAKE_PARAMS_${target}} -V MK_LLD_BOOTSTRAP
.export _need_lld_${target}_${target_arch}
.endif
# Setup env for each arch to use the one clang.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 10:25 PM (11 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25816333
Default Alt Text
D16049.diff (832 B)
Attached To
Mode
D16049: Include existing MAKE_PARAMS_<target> when determining the universe toolchain.
Attached
Detach File
Event Timeline
Log In to Comment