Browse Source

Ensure we are using our own clang version and not the system clang.

arch-based-toolchain
Christoph Scholtes 2 years ago
parent
commit
480ad9d078
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@@ -58,7 +58,7 @@ $(toolchain-mac):

# Build osxcross
cp MacOSX11.1.sdk.tar.* osxcross/tarballs/
cd osxcross && UNATTENDED=1 TARGET_DIR="$(LOCAL_DIR)/osxcross" ./build.sh
cd osxcross && PATH="$(LOCAL_DIR)/bin:$(PATH)" UNATTENDED=1 TARGET_DIR="$(LOCAL_DIR)/osxcross" ./build.sh

# Build Mac version of binutils and build LLVM gold
cd osxcross && BINUTILS_VERSION=$(MAC_BINUTILS_VERSION) TARGET_DIR="$(LOCAL_DIR)/osxcross" ./build_binutils.sh
@@ -167,7 +167,6 @@ dep-ubuntu:
libssl-dev \
texinfo \
help2man \
clang \
libz-dev \
rsync \
xxd \


Loading…
Cancel
Save