svn commit: r551459 - in branches/2020Q4/devel/arm-none-eabi-newlib: . files

Kyle Evans kevans at FreeBSD.org
Sun Oct 4 20:50:20 UTC 2020


Author: kevans
Date: Sun Oct  4 20:50:19 2020
New Revision: 551459
URL: https://svnweb.freebsd.org/changeset/ports/551459

Log:
  MFH: r551458
  
  devel/arm-none-eabi-newlib: unbreak after include-fixed removal
  
  We're now operating on more standards-compliant headers.  Defining
  __LONG_LONG_SUPPORTED is a little hacky, but some backflips are needed to
  assume a C99 build. For now, just make it work so that we can get the
  definition from sys/limits.h as needed.
  
  Approved by:	ports-secteam (implicit, build fix)

Added:
  branches/2020Q4/devel/arm-none-eabi-newlib/files/
     - copied from r551458, head/devel/arm-none-eabi-newlib/files/
Modified:
  branches/2020Q4/devel/arm-none-eabi-newlib/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/arm-none-eabi-newlib/Makefile
==============================================================================
--- branches/2020Q4/devel/arm-none-eabi-newlib/Makefile	Sun Oct  4 20:49:35 2020	(r551458)
+++ branches/2020Q4/devel/arm-none-eabi-newlib/Makefile	Sun Oct  4 20:50:19 2020	(r551459)
@@ -11,8 +11,6 @@ PKGNAMEPREFIX=	${NEWLIB_TARGET}-
 MAINTAINER=	kevans at FreeBSD.org
 COMMENT=	Newlib distribution for ${NEWLIB_TARGET} targets
 
-BROKEN=		arm-none-eabi-ar: ../stdlib/lib.a: No such file or directory
-
 BUILD_DEPENDS+=	${NEWLIB_TARGET}-ar:devel/binutils@${NEWLIB_TARGET:C/-/_/g} \
 		${NEWLIB_TARGET}-as:devel/binutils@${NEWLIB_TARGET:C/-/_/g} \
 		${NEWLIB_TARGET}-ld:devel/binutils@${NEWLIB_TARGET:C/-/_/g} \


More information about the svn-ports-all mailing list