Date: Sun, 4 Oct 2020 20:50:20 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551459 - in branches/2020Q4/devel/arm-none-eabi-newlib: . files Message-ID: <202010042050.094KoKgF000733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010042050.094KoKgF000733>