File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1016,7 +1016,7 @@ stamps/build-llvm-linux: $(LLVM_SRCDIR) $(LLVM_SRC_GIT) $(BINUTILS_SRCDIR) $(BIN
10161016 mkdir $(notdir $@)/openmp-shared; \
10171017 cmake -S$(LLVM_SRCDIR)/openmp \
10181018 -B$(notdir $@)/openmp-shared \
1019- -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIR ) \
1019+ -DCMAKE_INSTALL_PREFIX=$(SYSROOT ) \
10201020 -DCMAKE_C_COMPILER=$(INSTALL_DIR)/bin/clang \
10211021 -DCMAKE_CXX_COMPILER=$(INSTALL_DIR)/bin/clang++ \
10221022 -DOPENMP_ENABLE_LIBOMPTARGET=Off \
@@ -1035,7 +1035,7 @@ stamps/build-llvm-linux: $(LLVM_SRCDIR) $(LLVM_SRC_GIT) $(BINUTILS_SRCDIR) $(BIN
10351035 mkdir $(notdir $@)/openmp-static; \
10361036 cmake -S$(LLVM_SRCDIR)/openmp \
10371037 -B$(notdir $@)/openmp-static \
1038- -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIR ) \
1038+ -DCMAKE_INSTALL_PREFIX=$(SYSROOT ) \
10391039 -DCMAKE_C_COMPILER=$(INSTALL_DIR)/bin/clang \
10401040 -DCMAKE_CXX_COMPILER=$(INSTALL_DIR)/bin/clang++ \
10411041 -DOPENMP_ENABLE_LIBOMPTARGET=Off \
You can’t perform that action at this time.
0 commit comments