Use GNU_PROGRAM_PREFIX?= gnu-
This is a stopgap measure for PR pkg/38106. Bump PKGREVISION.
This commit is contained in:
parent
e8b96aca8f
commit
299456f4e3
2 changed files with 38 additions and 33 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.33 2007/05/29 12:25:03 martti Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2008/02/28 19:06:34 tnn Exp $
|
||||
|
||||
DISTNAME= binutils-2.17
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
||||
|
||||
|
@ -21,6 +22,10 @@ MAKEFLAGS+= TEXINFO_LOCALE=no
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-lib-path='/lib:/usr/lib'
|
||||
GNU_PROGRAM_PREFIX?= gnu-
|
||||
CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
|
||||
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
|
||||
BUILD_DEFS+= GNU_PROGRAM_PREFIX
|
||||
BINUTILS_PREFIX= ${PREFIX}/${MACHINE_GNU_PLATFORM}
|
||||
|
||||
PLIST_SRC= ${PKGDIR}/PLIST.common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST.common,v 1.13 2007/05/29 12:25:03 martti Exp $
|
||||
@comment $NetBSD: PLIST.common,v 1.14 2008/02/28 19:06:34 tnn Exp $
|
||||
${MACHINE_GNU_PLATFORM}/bin/ar
|
||||
${MACHINE_GNU_PLATFORM}/bin/as
|
||||
${MACHINE_GNU_PLATFORM}/bin/ld
|
||||
|
@ -6,20 +6,20 @@ ${MACHINE_GNU_PLATFORM}/bin/nm
|
|||
${MACHINE_GNU_PLATFORM}/bin/objdump
|
||||
${MACHINE_GNU_PLATFORM}/bin/ranlib
|
||||
${MACHINE_GNU_PLATFORM}/bin/strip
|
||||
bin/addr2line
|
||||
bin/ar
|
||||
bin/as
|
||||
bin/c++filt
|
||||
${NO_GPROF}bin/gprof
|
||||
bin/ld
|
||||
bin/nm
|
||||
bin/objcopy
|
||||
bin/objdump
|
||||
bin/ranlib
|
||||
bin/readelf
|
||||
bin/size
|
||||
bin/strings
|
||||
bin/strip
|
||||
bin/${GNU_PROGRAM_PREFIX}addr2line
|
||||
bin/${GNU_PROGRAM_PREFIX}ar
|
||||
bin/${GNU_PROGRAM_PREFIX}as
|
||||
bin/${GNU_PROGRAM_PREFIX}c++filt
|
||||
${NO_GPROF}bin/${GNU_PROGRAM_PREFIX}gprof
|
||||
bin/${GNU_PROGRAM_PREFIX}ld
|
||||
bin/${GNU_PROGRAM_PREFIX}nm
|
||||
bin/${GNU_PROGRAM_PREFIX}objcopy
|
||||
bin/${GNU_PROGRAM_PREFIX}objdump
|
||||
bin/${GNU_PROGRAM_PREFIX}ranlib
|
||||
bin/${GNU_PROGRAM_PREFIX}readelf
|
||||
bin/${GNU_PROGRAM_PREFIX}size
|
||||
bin/${GNU_PROGRAM_PREFIX}strings
|
||||
bin/${GNU_PROGRAM_PREFIX}strip
|
||||
include/ansidecl.h
|
||||
include/bfd.h
|
||||
include/bfdlink.h
|
||||
|
@ -33,23 +33,23 @@ info/ld.info
|
|||
lib/libbfd.la
|
||||
lib/libiberty.a
|
||||
lib/libopcodes.la
|
||||
man/man1/addr2line.1
|
||||
man/man1/ar.1
|
||||
man/man1/as.1
|
||||
man/man1/c++filt.1
|
||||
man/man1/dlltool.1
|
||||
${NO_GPROF}man/man1/gprof.1
|
||||
man/man1/ld.1
|
||||
man/man1/nlmconv.1
|
||||
man/man1/nm.1
|
||||
man/man1/objcopy.1
|
||||
man/man1/objdump.1
|
||||
man/man1/ranlib.1
|
||||
man/man1/readelf.1
|
||||
man/man1/size.1
|
||||
man/man1/strings.1
|
||||
man/man1/strip.1
|
||||
man/man1/windres.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}addr2line.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}ar.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}as.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}c++filt.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}dlltool.1
|
||||
${NO_GPROF}man/man1/${GNU_PROGRAM_PREFIX}gprof.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}ld.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}nlmconv.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}nm.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}objcopy.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}objdump.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}ranlib.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}readelf.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}size.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}strings.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}strip.1
|
||||
man/man1/${GNU_PROGRAM_PREFIX}windres.1
|
||||
share/locale/da/LC_MESSAGES/bfd.mo
|
||||
share/locale/da/LC_MESSAGES/binutils.mo
|
||||
${NO_GPROF}share/locale/da/LC_MESSAGES/gprof.mo
|
||||
|
|
Loading…
Reference in a new issue