Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
[ci] Really compile the 32 bit llvm as 32 bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Dec 16, 2017
1 parent 73c983a commit 3b82b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ make install
cd ..
mkdir -p build32
cd build32
../configure --prefix=$PWD/../usr32 --enable-targets="arm arm64" $LLVM_BASE_CONFIGURE_FLAGS CXXFLAGS="-Qunused-arguments"
../configure --prefix=$PWD/../usr32 --build=i386-apple-darwin11.2.0 --enable-targets="arm arm64" $LLVM_BASE_CONFIGURE_FLAGS CXXFLAGS="-Qunused-arguments"
make -j4
make install
cd ..
Expand Down

0 comments on commit 3b82b3c

Please sign in to comment.