Date: Thu, 4 Jul 2019 11:57:28 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505834 - head/devel/compiler-rt Message-ID: <201907041157.x64BvSJa084561@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907041157.x64BvSJa084561>