move gawk and gsed to Makefile.inc. ok tb@ aja@ thanks!

This commit is contained in:
tracey 2022-01-08 16:58:33 +00:00
parent a24f07afc9
commit 317fabf9bd
6 changed files with 13 additions and 20 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2021/11/18 15:54:27 tracey Exp $
# $OpenBSD: Makefile.inc,v 1.5 2022/01/08 16:58:33 tracey Exp $
CONFIG = xtensa-esp32-elf
CATEGORIES += devel
@ -15,7 +15,9 @@ PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-clang
BUILD_DEPENDS += devel/bison \
sysutils/coreutils
lang/gawk \
sysutils/coreutils \
textproc/gsed
SEPARATE_BUILD = Yes
USE_GMAKE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2021/11/28 14:53:44 tracey Exp $
# $OpenBSD: Makefile,v 1.5 2022/01/08 16:58:33 tracey Exp $
COMMENT = binutils for ${CONFIG} cross-development
VERSION = 2.35.1.2020.1223
@ -11,8 +11,6 @@ GH_TAGNAME = esp-2021r2-binutils
WANTLIB += c z
BUILD_DEPENDS += lang/gawk
CONFIGURE_ARGS += --disable-multilib \
--with-gnu-as \
--with-gnu-ld \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2021/11/18 15:54:27 tracey Exp $
# $OpenBSD: Makefile,v 1.8 2022/01/08 16:58:33 tracey Exp $
COMMENT = bootstrap compiler for ${CONFIG} cross-development
@ -18,9 +18,7 @@ SUBST_VARS += V
PATCH_LIST = patch-* vecstep-*
.endif
BUILD_DEPENDS += devel/${CONFIG}/binutils \
lang/gawk \
textproc/gsed
BUILD_DEPENDS += devel/${CONFIG}/binutils
LIB_DEPENDS = devel/gmp \
devel/mpfr \
devel/libmpc \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2021/11/18 15:54:27 tracey Exp $
# $OpenBSD: Makefile,v 1.6 2022/01/08 16:58:33 tracey Exp $
COMMENT = gcc for ${CONFIG} cross-development
@ -30,9 +30,7 @@ PATCH_LIST = patch-* vecstep-*
MODULES = lang/python
BUILD_DEPENDS += devel/${CONFIG}/binutils \
devel/${CONFIG}/newlib \
lang/gawk \
textproc/gsed
devel/${CONFIG}/newlib
RUN_DEPENDS = devel/${CONFIG}/binutils \
devel/${CONFIG}/newlib
LIB_DEPENDS = devel/gmp \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2021/12/14 13:26:12 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2022/01/08 16:58:33 tracey Exp $
COMMENT = gdb for ${CONFIG} cross-development
@ -14,9 +14,7 @@ WANTLIB += ${COMPILER_LIBCXX} c curses expat m z
BUILD_DEPENDS = devel/libtool \
devel/bison \
devel/xtensa-esp32-elf/binutils \
lang/gawk \
textproc/gsed
devel/xtensa-esp32-elf/binutils
RUN_DEPENDS += devel/xtensa-esp32-elf/binutils
CONFIGURE_ARGS += --enable-commonbfdlib=no \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2021/12/20 12:57:45 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2022/01/08 16:58:33 tracey Exp $
COMMENT = newlib for ${CONFIG} cross-development
@ -10,8 +10,7 @@ GH_PROJECT = newlib-esp32
GH_TAGNAME = esp-2021r2
BUILD_DEPENDS = devel/${CONFIG}/binutils \
devel/${CONFIG}/gcc-bootstrap \
lang/gawk
devel/${CONFIG}/gcc-bootstrap
RUN_DEPENDS = devel/${CONFIG}/binutils
USE_GROFF = No