Browse Source

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

arch-based-toolchain
Christoph Scholtes 3 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 # Build osxcross
cp MacOSX11.1.sdk.tar.* osxcross/tarballs/ 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 # Build Mac version of binutils and build LLVM gold
cd osxcross && BINUTILS_VERSION=$(MAC_BINUTILS_VERSION) TARGET_DIR="$(LOCAL_DIR)/osxcross" ./build_binutils.sh cd osxcross && BINUTILS_VERSION=$(MAC_BINUTILS_VERSION) TARGET_DIR="$(LOCAL_DIR)/osxcross" ./build_binutils.sh
@@ -167,7 +167,6 @@ dep-ubuntu:
libssl-dev \ libssl-dev \
texinfo \ texinfo \
help2man \ help2man \
clang \
libz-dev \ libz-dev \
rsync \ rsync \
xxd \ xxd \


Loading…
Cancel
Save