svn commit: r505834 - head/devel/compiler-rt

Mark Linimon linimon at FreeBSD.org
Thu Jul 4 11:57:29 UTC 2019


Author: linimon
Date: Thu Jul  4 11:57:27 2019
New Revision: 505834
URL: https://svnweb.freebsd.org/changeset/ports/505834

Log:
  Use BROKEN_powerpc instead of old-style test.
  
  While here, pet portlint (BROKEN_* location.)

Modified:
  head/devel/compiler-rt/Makefile

Modified: head/devel/compiler-rt/Makefile
==============================================================================
--- head/devel/compiler-rt/Makefile	Thu Jul  4 11:40:57 2019	(r505833)
+++ head/devel/compiler-rt/Makefile	Thu Jul  4 11:57:27 2019	(r505834)
@@ -13,10 +13,11 @@ LICENSE=	BSD3CLAUSE MIT
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
-BUILD_DEPENDS=	cmake:devel/cmake
-
+BROKEN_powerpc=		does not compile
 BROKEN_powerpc64=	does not build: undefined reference to fmax
 
+BUILD_DEPENDS=	cmake:devel/cmake
+
 CONFIGURE_WRKSRC=	${WRKDIR}/build
 BUILD_WRKSRC=		${WRKDIR}/build
 INSTALL_WRKSRC=		${WRKDIR}/build
@@ -46,8 +47,6 @@ PLIST_FILES=	include/Block.h \
 
 .if ${ARCH} == "i386"
 CFLAGS+=	-march=i486
-.elif ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
 .endif
 
 .if defined(BOOTSTRAP)


More information about the svn-ports-all mailing list