- CONFIGURE_STYLE= simple -> gnu

- add missing objcopy
--
From: drahn@
This commit is contained in:
brad 2004-02-10 22:49:36 +00:00
parent 9b7e268a59
commit 81cb83ac58
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2004/01/19 01:56:05 brad Exp $
# $OpenBSD: Makefile,v 1.27 2004/02/10 22:49:36 brad Exp $
COMMENT= "GNU development tools"
@ -24,10 +24,8 @@ BUILD_DEPENDS= ::devel/automake \
SUBST_VARS= TARGET_ARCH OSREV
MODULES= gnu
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --with-prefix=${PREFIX} \
--disable-nls --disable-commonbfdlib
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-nls --disable-commonbfdlib
# cross-tools
FLAVORS= alpha arm armeb hppa i386 m68k m88k mips powerpc \
@ -66,7 +64,7 @@ PLIST_ARCH?=
SED_PLIST+= |sed -e '/^%%arch%%$$/r${PKGDIR}/PFRAG.${PLIST_ARCH}' -e '//d'
FILES= addr2line ar nm-new objdump ranlib readelf size strings strip-new
FILES= addr2line ar nm-new objdump objcopy ranlib readelf size strings strip-new
EMULPARAMS= i386obsd.sh sparcobsd.sh m68kobsd.sh \
elf32_sparc_obsd.sh elf32ppc_obsd.sh \

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST,v 1.5 2003/10/11 00:52:22 brad Exp $
@comment $OpenBSD: PLIST,v 1.6 2004/02/10 22:49:36 brad Exp $
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/addr2line
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/ar
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/as
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/ld
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/nm
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/objcopy
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/objdump
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/ranlib
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/readelf
@ -15,6 +16,7 @@ ${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/ar.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/as.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/ld.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/nm.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/objcopy.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/objdump.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/ranlib.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/readelf.1