This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ CFG_PREFIX=${CFG_PREFIX%/}
608
608
CFG_MANDIR=${CFG_MANDIR%/ }
609
609
CFG_HOST=" $( echo $CFG_HOST | tr ' ,' ' ' ) "
610
610
CFG_TARGET=" $( echo $CFG_TARGET | tr ' ,' ' ' ) "
611
- CFG_SUPPORTED_TARGET=" $( grep ^CC_* =* $CFG_SRC_DIR / mk/platform.mk | sed -e ' s/^CC_//' -e ' s/\([^=]*\).*/\1/' | xargs) "
611
+ CFG_SUPPORTED_TARGET=" $( grep ^CC_* =* ${ CFG_SRC_DIR} mk/platform.mk | sed -e ' s/^CC_//' -e ' s/\([^=]*\).*/\1/' | xargs) "
612
612
613
613
# copy host-triples to target-triples so that hosts are a subset of targets
614
614
V_TEMP=" "
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ LLVM_DEPS := $(S)/.gitmodules
14
14
else
15
15
16
16
# This is just a rough approximation of LLVM deps
17
- LLVM_DEPS_SRC =$(call rwildcard,$(CFG_LLVM_SRC_DIR ) / lib,* cpp * hpp)
18
- LLVM_DEPS_INC =$(call rwildcard,$(CFG_LLVM_SRC_DIR ) / include,* cpp * hpp)
17
+ LLVM_DEPS_SRC =$(call rwildcard,$(CFG_LLVM_SRC_DIR ) lib,* cpp * hpp)
18
+ LLVM_DEPS_INC =$(call rwildcard,$(CFG_LLVM_SRC_DIR ) include,* cpp * hpp)
19
19
LLVM_DEPS =$(LLVM_DEPS_SRC ) $(LLVM_DEPS_INC )
20
20
endif
21
21
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ifdef CFG_UNIXY_$(1)
98
98
endif
99
99
100
100
ifdef CFG_WINDOWSY_$(1)
101
- CFG_TESTLIB_$(1) =$$(CFG_BUILD_DIR ) / $$(2 ) /$$(strip \
101
+ CFG_TESTLIB_$(1) =$$(CFG_BUILD_DIR )$$(2 ) /$$(strip \
102
102
$$(if $$(findstring stage0,$$(1 ) ) , \
103
103
stage0/$$(CFG_LIBDIR ) , \
104
104
$$(if $$(findstring stage1,$$(1 ) ) , \
You can’t perform that action at this time.
0 commit comments