svn commit: r414556 - head/devel/llvm38

Brooks Davis brooks at FreeBSD.org
Tue May 3 20:47:23 UTC 2016


Author: brooks
Date: Tue May  3 20:47:21 2016
New Revision: 414556
URL: https://svnweb.freebsd.org/changeset/ports/414556

Log:
  Only apply the no-m32 patch on amd64 as it breaks i386.

Modified:
  head/devel/llvm38/Makefile

Modified: head/devel/llvm38/Makefile
==============================================================================
--- head/devel/llvm38/Makefile	Tue May  3 20:45:01 2016	(r414555)
+++ head/devel/llvm38/Makefile	Tue May  3 20:47:21 2016	(r414556)
@@ -288,7 +288,9 @@ post-patch:
 
 post-patch-COMPILER_RT-on:
 	cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-261229
+.if ${ARCH} == "amd64"
 	cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-no-m32
+.endif
 
 post-build-COMPILER_RT-on:
 	${MKDIR} ${WRKDIR}/compiler-rt-build


More information about the svn-ports-head mailing list