svn commit: r319000 - head/contrib/binutils/ld
Pedro F. Giffuni
pfg at FreeBSD.org
Sat May 27 20:01:52 UTC 2017
Author: pfg
Date: Sat May 27 20:01:50 2017
New Revision: 319000
URL: https://svnweb.freebsd.org/changeset/base/319000
Log:
Align text correctly by using tabs instead of spaces.
The text was copy-pasted from the lines that carry the bogus spaces.
This is a non-functional change.
Modified:
head/contrib/binutils/ld/configure.tgt
Modified: head/contrib/binutils/ld/configure.tgt
==============================================================================
--- head/contrib/binutils/ld/configure.tgt Sat May 27 18:46:00 2017 (r318999)
+++ head/contrib/binutils/ld/configure.tgt Sat May 27 20:01:50 2017 (r319000)
@@ -480,7 +480,7 @@ powerpc-*-lynxos*) targ_emul=ppclynx ;;
rs6000-*-aix5*) targ_emul=aix5rs6 ;;
rs6000-*-aix*) targ_emul=aixrs6
;;
-s390x-*-freebsd*) targ_emul=elf64_s390
+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/'` ;;
@@ -490,7 +490,7 @@ s390x-*-linux*) targ_emul=elf64_
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;;
s390x-*-tpf*) targ_emul=elf64_s390
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;;
-s390-*-freebsd*) targ_emul=elf_s390
+s390-*-freebsd*) targ_emul=elf_s390
targ64_extra_emuls=elf64_s390
targ64_extra_libpath=elf64_s390
tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
More information about the svn-src-head
mailing list