This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

genscripts.sh: sed command garbled



With current (okay, well, ten minutes old now) CVS binutils, configured on
sparc-sun-solaris2.8 with --disable-multilibs, I'm getting an error message
from sed during a build.  The context is below (sorry about the long lines,
they're the lesser evil here).

It doesn't stop the build.  And the rest of the ld-new build succeeds anyhow.
Is this an expected error that I'm just now noticing, or is it really not
supposed to be there?  (How a garbled sed error could be expected eludes
me, but hey, I've seen odder build scripts.)

Should it be doing any 64-bit stuff at all, given the --disable-multilibs?


Phil
P.S.- The homepage still describes this list at sourceware.cygnus.


/bin/sh ../../unified/ld/genscripts.sh ../../unified/ld /stuff/pme/Ebuild/lib sparc-sun-solaris2.8 sparc-sun-solaris2.8 sparc-sun-solaris2.8 "elf32_sparc elf64_sparc" "/usr/ccs/lib" elf32_sparc "sparc-sun-solaris2.8"
gcc -DHAVE_CONFIG_H -I. -I../../unified/ld -I. -D_GNU_SOURCE -I. -I../../unified/ld -I../bfd -I../../unified/ld/../bfd -I../../unified/ld/../include -I../../unified/ld/../intl -I../intl  -g -O2 -DLOCALEDIR="\"/stuff/pme/Ebuild/share/locale\""   -W -Wall -g -O2 -c eelf32_sparc.c
/bin/sh ../../unified/ld/genscripts.sh ../../unified/ld /stuff/pme/Ebuild/lib sparc-sun-solaris2.8 sparc-sun-solaris2.8 sparc-sun-solaris2.8 "elf32_sparc elf64_sparc" "/usr/ccs/lib" elf64_sparc "sparc-sun-solaris2.8"
sed: command garbled: s/://sparcv9:/g
gcc -DHAVE_CONFIG_H -I. -I../../unified/ld -I. -D_GNU_SOURCE -I. -I../../unified/ld -I../bfd -I../../unified/ld/../bfd -I../../unified/ld/../include -I../../unified/ld/../intl -I../intl  -g -O2 -DLOCALEDIR="\"/stuff/pme/Ebuild/share/locale\""   -W -Wall -g -O2 -c eelf64_sparc.c
/bin/sh ./libtool --mode=link gcc -W -Wall -g -O2  -o ld-new  ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32_sparc.o eelf64_sparc.o  ../bfd/libbfd.la ../libiberty/libiberty.a  
mkdir .libs
gcc -W -Wall -g -O2 -o ld-new ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32_sparc.o eelf64_sparc.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gmake[3]: Leaving directory `/stuff/pme/3test/ld'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]