FreeBSD Bugzilla – Attachment 178713 Details for
Bug 215939
devel/binutils add s390x child port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
s390x-binutils support
20170110-s390x-binutils.diff (text/plain), 6.43 KB, created by
Bjoern A. Zeeb
on 2017-01-10 14:26:53 UTC
(
hide
)
Description:
s390x-binutils support
Filename:
MIME Type:
Creator:
Bjoern A. Zeeb
Created:
2017-01-10 14:26:53 UTC
Size:
6.43 KB
patch
obsolete
>Index: devel/binutils/files/patch-s390x.diff >=================================================================== >--- devel/binutils/files/patch-s390x.diff (nonexistent) >+++ devel/binutils/files/patch-s390x.diff (working copy) >@@ -0,0 +1,67 @@ >+--- bfd/config.bfd.orig 2015-04-19 16:58:11.995320000 +0000 >++++ bfd/config.bfd 2015-04-19 16:57:38.778655000 +0000 >+@@ -1335,6 +1335,11 @@ case "${targ}" in >+ want64=true >+ ;; >+ #ifdef BFD64 >++ s390x-*-freebsd*) >++ targ_defvec=s390_elf64_vec >++ targ_selvecs=s390_elf32_vec >++ want64=true >++ ;; >+ s390x-*-linux*) >+ targ_defvec=s390_elf64_vec >+ targ_selvecs=s390_elf32_vec >+--- ld/configure.tgt.orig 2015-04-19 16:54:10.096853000 +0000 >++++ ld/configure.tgt 2015-04-19 17:01:58.977914000 +0000 >+@@ -611,6 +611,10 @@ rs6000-*-aix*) targ_emul=aixrs6 >+ ;; >+ rl78-*-*) targ_emul=elf32rl78 ;; >+ rx-*-*) targ_emul=elf32rx ;; >++s390x-*-freebsd*) targ_emul=elf64_s390 >++ targ_extra_emuls=elf_s390 >++ targ_extra_libpath=$targ_extra_emuls >++ tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;; >+ s390x-*-linux*) targ_emul=elf64_s390 >+ targ_extra_emuls=elf_s390 >+ targ_extra_libpath=$targ_extra_emuls >+--- gas/configure.tgt.orig 2015-04-19 17:56:56.516410000 +0000 >++++ gas/configure.tgt 2015-04-19 17:56:18.056337000 +0000 >+@@ -384,6 +384,7 @@ case ${generic_target} in >+ ppc-*-kaos*) fmt=elf ;; >+ ppc-*-lynxos*) fmt=elf em=lynx ;; >+ >++ s390-*-freebsd-*) fmt=elf em=freebsd ;; >+ s390-*-linux-*) fmt=elf em=linux ;; >+ s390-*-tpf*) fmt=elf ;; >+ >+--- gas/configure.orig 2015-04-19 17:14:55.030456000 +0000 >++++ gas/configure 2015-04-19 17:58:48.284708000 +0000 >+@@ -6722,6 +6722,7 @@ ia64-*-hpux*) >+ ;; >+ >+ x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ >++s390*-*freebsd*| \ >+ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) >+ # Find out which ABI we are using. >+ echo 'int i;' > conftest.$ac_ext >+@@ -6752,6 +6753,9 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux* >+ powerpc64-*linux*) >+ LD="${LD-ld} -m elf32ppclinux" >+ ;; >++ s390x-*freebsd*) >++ LD="${LD-ld} -m elf_s390" >++ ;; >+ s390x-*linux*) >+ LD="${LD-ld} -m elf_s390" >+ ;; >+@@ -6774,6 +6778,9 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux* >+ powerpc-*linux*) >+ LD="${LD-ld} -m elf64ppc" >+ ;; >++ s390*-*freebsd*) >++ LD="${LD-ld} -m elf64_s390" >++ ;; >+ s390*-*linux*|s390*-*tpf*) >+ LD="${LD-ld} -m elf64_s390" >+ ;; > >Property changes on: devel/binutils/files/patch-s390x.diff >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/s390x-binutils/Makefile >=================================================================== >--- devel/s390x-binutils/Makefile (nonexistent) >+++ devel/s390x-binutils/Makefile (working copy) >@@ -0,0 +1,9 @@ >+# $FreeBSD$ >+ >+COMMENT= GNU binutils for s390x cross-development >+PKGNAMEPREFIX= s390x- >+PLIST= ${.CURDIR}/pkg-plist >+ >+MASTERDIR= ${.CURDIR}/../binutils >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: devel/s390x-binutils/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/s390x-binutils/pkg-plist >=================================================================== >--- devel/s390x-binutils/pkg-plist (nonexistent) >+++ devel/s390x-binutils/pkg-plist (working copy) >@@ -0,0 +1,71 @@ >+bin/s390x-freebsd-addr2line >+bin/s390x-freebsd-ar >+bin/s390x-freebsd-as >+bin/s390x-freebsd-c++filt >+bin/s390x-freebsd-elfedit >+bin/s390x-freebsd-gprof >+bin/s390x-freebsd-ld >+bin/s390x-freebsd-ld.bfd >+bin/s390x-freebsd-nm >+bin/s390x-freebsd-objcopy >+bin/s390x-freebsd-objdump >+bin/s390x-freebsd-ranlib >+bin/s390x-freebsd-readelf >+bin/s390x-freebsd-size >+bin/s390x-freebsd-strings >+bin/s390x-freebsd-strip >+man/man1/s390x-freebsd-addr2line.1.gz >+man/man1/s390x-freebsd-ar.1.gz >+man/man1/s390x-freebsd-as.1.gz >+man/man1/s390x-freebsd-c++filt.1.gz >+man/man1/s390x-freebsd-dlltool.1.gz >+man/man1/s390x-freebsd-elfedit.1.gz >+man/man1/s390x-freebsd-gprof.1.gz >+man/man1/s390x-freebsd-ld.1.gz >+man/man1/s390x-freebsd-nlmconv.1.gz >+man/man1/s390x-freebsd-nm.1.gz >+man/man1/s390x-freebsd-objcopy.1.gz >+man/man1/s390x-freebsd-objdump.1.gz >+man/man1/s390x-freebsd-ranlib.1.gz >+man/man1/s390x-freebsd-readelf.1.gz >+man/man1/s390x-freebsd-size.1.gz >+man/man1/s390x-freebsd-strings.1.gz >+man/man1/s390x-freebsd-strip.1.gz >+man/man1/s390x-freebsd-windmc.1.gz >+man/man1/s390x-freebsd-windres.1.gz >+s390x-freebsd/bin/ar >+s390x-freebsd/bin/as >+s390x-freebsd/bin/ld >+s390x-freebsd/bin/ld.bfd >+s390x-freebsd/bin/nm >+s390x-freebsd/bin/objcopy >+s390x-freebsd/bin/objdump >+s390x-freebsd/bin/ranlib >+s390x-freebsd/bin/readelf >+s390x-freebsd/bin/strip >+s390x-freebsd/lib/ldscripts/elf64_s390.x >+s390x-freebsd/lib/ldscripts/elf64_s390.xbn >+s390x-freebsd/lib/ldscripts/elf64_s390.xc >+s390x-freebsd/lib/ldscripts/elf64_s390.xd >+s390x-freebsd/lib/ldscripts/elf64_s390.xdc >+s390x-freebsd/lib/ldscripts/elf64_s390.xdw >+s390x-freebsd/lib/ldscripts/elf64_s390.xn >+s390x-freebsd/lib/ldscripts/elf64_s390.xr >+s390x-freebsd/lib/ldscripts/elf64_s390.xs >+s390x-freebsd/lib/ldscripts/elf64_s390.xsc >+s390x-freebsd/lib/ldscripts/elf64_s390.xsw >+s390x-freebsd/lib/ldscripts/elf64_s390.xu >+s390x-freebsd/lib/ldscripts/elf64_s390.xw >+s390x-freebsd/lib/ldscripts/elf_s390.x >+s390x-freebsd/lib/ldscripts/elf_s390.xbn >+s390x-freebsd/lib/ldscripts/elf_s390.xc >+s390x-freebsd/lib/ldscripts/elf_s390.xd >+s390x-freebsd/lib/ldscripts/elf_s390.xdc >+s390x-freebsd/lib/ldscripts/elf_s390.xdw >+s390x-freebsd/lib/ldscripts/elf_s390.xn >+s390x-freebsd/lib/ldscripts/elf_s390.xr >+s390x-freebsd/lib/ldscripts/elf_s390.xs >+s390x-freebsd/lib/ldscripts/elf_s390.xsc >+s390x-freebsd/lib/ldscripts/elf_s390.xsw >+s390x-freebsd/lib/ldscripts/elf_s390.xu >+s390x-freebsd/lib/ldscripts/elf_s390.xw > >Property changes on: devel/s390x-binutils/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215939
:
178713
|
206345