mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Don't create symlinks to not interfere with system gcc.
Reported by: takawata
This commit is contained in:
parent
1c94c4a26c
commit
eb316ef04d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184540
2 changed files with 2 additions and 24 deletions
|
@ -7,11 +7,12 @@
|
|||
|
||||
PORTNAME= binutils
|
||||
PORTVERSION= 2.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= binutils/releases
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= GNU binutils for PowerPC/RS6000 cross-development
|
||||
|
||||
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
|
||||
|
@ -57,10 +58,6 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 \
|
|||
|
||||
INFO= as binutils ld
|
||||
|
||||
BINARIES= addr2line ar as c++filt ld \
|
||||
nm objcopy objdump ranlib \
|
||||
readelf size strings strip
|
||||
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -E -e 's,^(install:).*,\1,' \
|
||||
${WRKSRC}/bfd/Makefile.in \
|
||||
|
@ -68,10 +65,4 @@ post-extract:
|
|||
${WRKSRC}/libiberty/Makefile.in \
|
||||
${WRKSRC}/opcodes/Makefile.in
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@${LN} -sf ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/bin/$F
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -11,19 +11,6 @@ bin/%%TOOLPREFIX%%-readelf
|
|||
bin/%%TOOLPREFIX%%-size
|
||||
bin/%%TOOLPREFIX%%-strings
|
||||
bin/%%TOOLPREFIX%%-strip
|
||||
bin/addr2line
|
||||
bin/ar
|
||||
bin/as
|
||||
bin/c++filt
|
||||
bin/ld
|
||||
bin/nm
|
||||
bin/objcopy
|
||||
bin/objdump
|
||||
bin/ranlib
|
||||
bin/readelf
|
||||
bin/size
|
||||
bin/strings
|
||||
bin/strip
|
||||
%%TOOLPREFIX%%/bin/ar
|
||||
%%TOOLPREFIX%%/bin/as
|
||||
%%TOOLPREFIX%%/bin/ld
|
||||
|
|
Loading…
Add table
Reference in a new issue