1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Unbreak mtree in the correct way: do not install arm-elf-c++filt at all,

since it is installed by devel/arm-elf-binutils.

PR:		27733
Submitted by:	maintainer
This commit is contained in:
Peter Pentchev 2001-05-29 12:57:40 +00:00
parent e5550b640d
commit 7845d72d67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43246
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,8 @@ pre-extract:
post-configure:
${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=),\1#,' ${WRKSRC}/Makefile
${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' \
${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,; \
s,\$$\(bindir\)/(\$$\(DEMANGLER_CROSS_NAME\)),./\1,' \
${WRKSRC}/gcc/Makefile
post-install:

View File

@ -2,7 +2,6 @@ arm-elf/bin/gcc
arm-elf/bin/g++
arm-elf/include/assert.h
bin/arm-elf-c++
bin/arm-elf-c++filt
bin/arm-elf-g++
bin/arm-elf-gcc
bin/arm-elf-cpp

View File

@ -47,7 +47,8 @@ pre-extract:
post-configure:
${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=),\1#,' ${WRKSRC}/Makefile
${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' \
${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,; \
s,\$$\(bindir\)/(\$$\(DEMANGLER_CROSS_NAME\)),./\1,' \
${WRKSRC}/gcc/Makefile
post-install:

View File

@ -2,7 +2,6 @@ arm-elf/bin/gcc
arm-elf/bin/g++
arm-elf/include/assert.h
bin/arm-elf-c++
bin/arm-elf-c++filt
bin/arm-elf-g++
bin/arm-elf-gcc
bin/arm-elf-cpp