Fix 64bit builds
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=129
This commit is contained in:
parent
a7c336f0e6
commit
cb4e7901f6
@ -176,15 +176,16 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
popd
|
popd
|
||||||
pushd stage3
|
pushd stage3
|
||||||
# Needed to make clang resource dir working inside build tree
|
|
||||||
ln -s lib lib64
|
# autotools ignore --libdir
|
||||||
|
mkdir Release
|
||||||
|
ln -s lib Release/lib64
|
||||||
|
|
||||||
export CC=$TOPLEVEL/stage2/Release/bin/clang
|
export CC=$TOPLEVEL/stage2/Release/bin/clang
|
||||||
export CXX=$TOPLEVEL/stage2/Release/bin/clang++
|
export CXX=$TOPLEVEL/stage2/Release/bin/clang++
|
||||||
|
|
||||||
../configure \
|
../configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir} \
|
|
||||||
--enable-optimized \
|
--enable-optimized \
|
||||||
--disable-assertions \
|
--disable-assertions \
|
||||||
--enable-pic \
|
--enable-pic \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user