Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 20:01:51 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319000 - head/contrib/binutils/ld
Message-ID:  <201705272001.v4RK1pV6081489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/'`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705272001.v4RK1pV6081489>