Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 11:24:56 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 474d6cc20c5e - main - devel/gcc-arm-embedded: Remove pointers to defunct armeb ARCH
Message-ID:  <202307161124.36GBOuZx066225@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=474d6cc20c5e8046d42885b761af24ca1426d39d

commit 474d6cc20c5e8046d42885b761af24ca1426d39d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 02:08:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 11:24:43 +0000

    devel/gcc-arm-embedded: Remove pointers to defunct armeb ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/gcc-arm-embedded/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/gcc-arm-embedded/Makefile b/devel/gcc-arm-embedded/Makefile
index ceb6685c82fe..1af3d67b5cee 100644
--- a/devel/gcc-arm-embedded/Makefile
+++ b/devel/gcc-arm-embedded/Makefile
@@ -12,7 +12,7 @@ WWW=		https://launchpad.net/gcc-arm-embedded
 LICENSE=	GPLv2 LGPL20 LGPL21 GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-NOT_FOR_ARCHS=		arm armeb armv6 armv7 \
+NOT_FOR_ARCHS=		arm armv6 armv7 \
 			mips mips64 mips64el mipsel mipsn32
 NOT_FOR_ARCHS_REASON=	Very slow to build on emulator
 



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