diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index da605582282..9280d93d737 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -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