mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add missing plist entries.
Similar to the fix in r477038 for aarch64-none-elf-gcc. Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D19125
This commit is contained in:
parent
265953a8ac
commit
84d785420a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493010
@ -7,6 +7,7 @@ bin/%%GCC_TARGET%%-gcc-ar
|
||||
bin/%%GCC_TARGET%%-gcc-nm
|
||||
bin/%%GCC_TARGET%%-gcc-ranlib
|
||||
bin/%%GCC_TARGET%%-gcov
|
||||
bin/%%GCC_TARGET%%-gcov-dump
|
||||
bin/%%GCC_TARGET%%-gcov-tool
|
||||
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtbegin.o
|
||||
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtend.o
|
||||
@ -445,3 +446,5 @@ man/man1/%%GCC_TARGET%%-cpp.1.gz
|
||||
man/man1/%%GCC_TARGET%%-g++.1.gz
|
||||
man/man1/%%GCC_TARGET%%-gcc.1.gz
|
||||
man/man1/%%GCC_TARGET%%-gcov.1.gz
|
||||
man/man1/%%GCC_TARGET%%-gcov-dump.1.gz
|
||||
man/man1/%%GCC_TARGET%%-gcov-tool.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user