llvm: fix i686.

This commit is contained in:
Leah Neukirchen 2017-05-04 14:49:01 +02:00
parent b689f01f98
commit b6cfb3339b
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@ post_extract() {
msg_normal "Applying $i to compiler-rt\n"
patch -sNp1 -i ${i}
done
# FIX BUG 22661
case "$XBPS_TARGET_MACHINE" in
i686*) sed -ri "/ifeq.*CompilerTargetArch/s#i386#i686#g" make/platform/clang_linux.mk ;;
esac
cd ${XBPS_BUILDDIR}/cfe-${version}.src
for i in ${FILESDIR}/patches/cfe/cfe-*.patch; do