Skip to content

Commit

Permalink
Add proper slash to SYSROOT path
Browse files Browse the repository at this point in the history
  • Loading branch information
John Merrill authored and JohnPMerrill committed Sep 12, 2019
1 parent df82f6b commit b99f951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.isp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COMMON_CMAKE_FLAGS += -DLLVM_BINUTILS_INCDIR=/usr/include
COMMON_CMAKE_FLAGS += -DBUILD_SHARED_LIBS=True
COMMON_CMAKE_FLAGS += -DLLVM_OPTIMIZED_TABLEGEN=True
COMMON_CMAKE_FLAGS += -DLLVM_BUILD_TESTS=True
COMMON_CMAKE_FLAGS += -DDEFAULT_SYSROOT=$(ISP_PREFIX)riscv32-unknown-elf
COMMON_CMAKE_FLAGS += -DDEFAULT_SYSROOT=$(ISP_PREFIX)/riscv32-unknown-elf
COMMON_CMAKE_FLAGS += -DLLVM_DEFAULT_TARGET_TRIPLE="riscv32-unknown-elf"
COMMON_CMAKE_FLAGS += -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="RISCV"
COMMON_CMAKE_FLAGS += -DLLVM_TARGETS_TO_BUILD=""
Expand Down

0 comments on commit b99f951

Please sign in to comment.