Hello,
Just a simple modification to set the whole port broken on sparc64, since
the toolchain is useless there. We don't need to install just parts of
the port.
OK?
--
Tracey Emery
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/devel/xtensa-esp32-elf/Makefile.inc,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile.inc
--- Makefile.inc 11 Mar 2020 14:24:57 -0000 1.1.1.1
+++ Makefile.inc 30 Mar 2020 17:20:56 -0000
@@ -1,5 +1,7 @@
# $OpenBSD: Makefile.inc,v 1.1.1.1 2020/03/11 14:24:57 tracey Exp $
+BROKEN-sparc64 = 'in gcc-bootsrap build/genmodes -h > tmp-modes.h' 'Illegal instruction (core dumped)'
+
CONFIG = xtensa-esp32-elf
CATEGORIES += devel
HOMEPAGE = https://www.espressif.com/en/products/software/esp-sdk/overview
Index: gcc-bootstrap/Makefile
===================================================================
RCS file: /cvs/ports/devel/xtensa-esp32-elf/gcc-bootstrap/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- gcc-bootstrap/Makefile 25 Mar 2020 14:11:13 -0000 1.2
+++ gcc-bootstrap/Makefile 30 Mar 2020 17:20:56 -0000
@@ -1,7 +1,5 @@
# $OpenBSD: Makefile,v 1.2 2020/03/25 14:11:13 tracey Exp $
-BROKEN-sparc64 = 'build/genmodes -h > tmp-modes.h' 'Illegal instruction (core dumped)'
-
COMMENT = bootstrap compiler for ${CONFIG} cross-development
V = 8.2.0
No comments:
Post a Comment