SHA256
1
0
forked from pool/llvm
Ismail Dönmez 2012-03-20 22:16:09 +00:00 committed by Git OBS Bridge
parent 485f05ee26
commit 98018c7b56

View File

@ -158,7 +158,7 @@ pushd stage1
--disable-assertions \
--with-optimize-option="-O0" \
%ifarch x86
--host=i586-linux \
--target=i586-linux \
%endif
--enable-targets=host
@ -173,7 +173,7 @@ export CXX=$TOPLEVEL/stage1/Release/bin/clang++
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=Release \
%ifarch x86
-DLLVM_TARGET_ARCH=i586-linux
-DLLVM_TARGET_ARCH=i586-linux \
%endif
-DLLVM_TARGETS_TO_BUILD=%{_supported_archs} \
..