Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 14:13:55 +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: r556570 - head/devel/arm-none-eabi-gcc492
Message-ID:  <202011291413.0ATEDtTv078958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov 29 14:13:54 2020
New Revision: 556570
URL: https://svnweb.freebsd.org/changeset/ports/556570

Log:
  Pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/arm-none-eabi-gcc492/Makefile

Modified: head/devel/arm-none-eabi-gcc492/Makefile
==============================================================================
--- head/devel/arm-none-eabi-gcc492/Makefile	Sun Nov 29 14:12:28 2020	(r556569)
+++ head/devel/arm-none-eabi-gcc492/Makefile	Sun Nov 29 14:13:54 2020	(r556570)
@@ -14,6 +14,9 @@ COMMENT=	GNU Compiler Collection for bare metal arm cr
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+BROKEN_mips=		configure: error: cannot compute suffix of object files: cannot compile
+BROKEN_mips64=		configure: error: cannot compute suffix of object files: cannot compile
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libmpc.so:math/mpc
@@ -68,8 +71,5 @@ post-install:
 .if ${COMPILER_TYPE} == clang
 MAKE_ARGS+=	CXXFLAGS=-fbracket-depth=512
 .endif
-
-BROKEN_mips=		configure: error: cannot compute suffix of object files: cannot compile
-BROKEN_mips64=		configure: error: cannot compute suffix of object files: cannot compile
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011291413.0ATEDtTv078958>