File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,21 +97,21 @@ GLIBC_TARGET_BOARDS ?= $(shell $(srcdir)/scripts/generate_target_board \
9797 --sim-name riscv-sim \
9898 --cmodel $(shell echo @cmodel@ | cut -d '=' -f2) \
9999 --build-arch-abi $(GLIBC_MULTILIB_NAMES ) \
100- --extra-test-arch-abi-flags-list "$(subst ;,\;, $( EXTRA_MULTILIB_TEST ) ) ")
100+ --extra-test-arch-abi-flags-list "$(EXTRA_MULTILIB_TEST ) ")
101101
102102NEWLIB_CC_FOR_TARGET ?= $(NEWLIB_TUPLE ) -gcc
103103NEWLIB_CXX_FOR_TARGET ?= $(NEWLIB_TUPLE ) -g++
104104NEWLIB_TARGET_BOARDS ?= $(shell $(srcdir ) /scripts/generate_target_board \
105105 --sim-name riscv-sim \
106106 --cmodel $(shell echo @cmodel@ | cut -d '=' -f2) \
107107 --build-arch-abi $(NEWLIB_MULTILIB_NAMES ) \
108- --extra-test-arch-abi-flags-list "$(subst ;,\;, $( EXTRA_MULTILIB_TEST ) ) ")
108+ --extra-test-arch-abi-flags-list "$(EXTRA_MULTILIB_TEST ) ")
109109
110110NEWLIB_NANO_TARGET_BOARDS ?= $(shell $(srcdir ) /scripts/generate_target_board \
111111 --sim-name riscv-sim-nano \
112112 --cmodel $(shell echo @cmodel@ | cut -d '=' -f2) \
113113 --build-arch-abi $(NEWLIB_MULTILIB_NAMES ) \
114- --extra-test-arch-abi-flags-list "$(subst ;,\;, $( EXTRA_MULTILIB_TEST ) ) ")
114+ --extra-test-arch-abi-flags-list "$(EXTRA_MULTILIB_TEST ) ")
115115NEWLIB_CC_FOR_MULTILIB_INFO := $(NEWLIB_CC_FOR_TARGET )
116116
117117MUSL_TARGET_FLAGS := $(MUSL_TARGET_FLAGS_EXTRA )
You can’t perform that action at this time.
0 commit comments