mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
base/binutils: add powerpc64 plist
While here, fix typo in README and add empty STRIP which seemed to be necessary
This commit is contained in:
parent
7a51d2ef76
commit
7f593749d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420958
3 changed files with 109 additions and 1 deletions
|
@ -15,4 +15,4 @@ make CROSS_TOOLCHAIN=sparc64-gcc TARGET=sparc64 TARGET_ARCH=sparc64 installworld
|
||||||
|
|
||||||
4/ build the required port
|
4/ build the required port
|
||||||
$ cd base/binutils
|
$ cd base/binutils
|
||||||
make CROSS_TOOLCHAIN=sparc64-gcc CROSS_SYSROOT=/sysroot/sparc64 package
|
make CROSS_TOOLCHAIN=sparc64-gcc CROSS_SYSROOT=/sysroots/sparc64 package
|
||||||
|
|
|
@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --host=${BUTARGET} \
|
||||||
--disable-host-shared
|
--disable-host-shared
|
||||||
PREFIX= /usr
|
PREFIX= /usr
|
||||||
|
|
||||||
|
STRIP= # doesn't work
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
.include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
|
.include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
|
||||||
|
|
||||||
|
|
106
base/binutils/pkg-plist.powerpc64
Normal file
106
base/binutils/pkg-plist.powerpc64
Normal file
|
@ -0,0 +1,106 @@
|
||||||
|
bin/addr2line
|
||||||
|
bin/ar
|
||||||
|
bin/as
|
||||||
|
bin/c++filt
|
||||||
|
bin/elfedit
|
||||||
|
bin/gprof
|
||||||
|
bin/ld
|
||||||
|
bin/ld.bfd
|
||||||
|
bin/nm
|
||||||
|
bin/objcopy
|
||||||
|
bin/objdump
|
||||||
|
bin/ranlib
|
||||||
|
bin/readelf
|
||||||
|
bin/size
|
||||||
|
bin/strings
|
||||||
|
bin/strip
|
||||||
|
include/ansidecl.h
|
||||||
|
include/bfd.h
|
||||||
|
include/bfdlink.h
|
||||||
|
include/dis-asm.h
|
||||||
|
include/plugin-api.h
|
||||||
|
include/symcat.h
|
||||||
|
lib/libbfd.a
|
||||||
|
lib/libopcodes.a
|
||||||
|
powerpc64-freebsd/bin/ar
|
||||||
|
powerpc64-freebsd/bin/as
|
||||||
|
powerpc64-freebsd/bin/ld
|
||||||
|
powerpc64-freebsd/bin/ld.bfd
|
||||||
|
powerpc64-freebsd/bin/nm
|
||||||
|
powerpc64-freebsd/bin/objcopy
|
||||||
|
powerpc64-freebsd/bin/objdump
|
||||||
|
powerpc64-freebsd/bin/ranlib
|
||||||
|
powerpc64-freebsd/bin/readelf
|
||||||
|
powerpc64-freebsd/bin/size
|
||||||
|
powerpc64-freebsd/bin/strip
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.x
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xbn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xd
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xdc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xdw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xr
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xs
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xsc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xsw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xu
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.x
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xbn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xd
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xdc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xdw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xr
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xs
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xsc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xsw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xu
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf32ppc.xw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.x
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xbn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xd
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xdc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xdw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xr
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xs
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xsc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xsw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xu
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.x
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xbn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xd
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xdc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xdw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xn
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xr
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xs
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xsc
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xsw
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xu
|
||||||
|
powerpc64-freebsd/lib/ldscripts/elf64ppc.xw
|
||||||
|
share/man/man1/addr2line.1.gz
|
||||||
|
share/man/man1/ar.1.gz
|
||||||
|
share/man/man1/as.1.gz
|
||||||
|
share/man/man1/c++filt.1.gz
|
||||||
|
share/man/man1/dlltool.1.gz
|
||||||
|
share/man/man1/elfedit.1.gz
|
||||||
|
share/man/man1/gprof.1.gz
|
||||||
|
share/man/man1/ld.1.gz
|
||||||
|
share/man/man1/nlmconv.1.gz
|
||||||
|
share/man/man1/nm.1.gz
|
||||||
|
share/man/man1/objcopy.1.gz
|
||||||
|
share/man/man1/objdump.1.gz
|
||||||
|
share/man/man1/ranlib.1.gz
|
||||||
|
share/man/man1/readelf.1.gz
|
||||||
|
share/man/man1/size.1.gz
|
||||||
|
share/man/man1/strings.1.gz
|
||||||
|
share/man/man1/strip.1.gz
|
||||||
|
share/man/man1/windmc.1.gz
|
||||||
|
share/man/man1/windres.1.gz
|
Loading…
Add table
Reference in a new issue