Subject: re: can't crossbuild arm on Solaris 10
To: Garrett D'Amore <garrett@damore.org>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 06/20/2006 06:37:54
   
   
   
   *** Failed target:  earmelf.c
   *** Failed command: LIB_PATH='' /bin/sh
   /home/garrett/netbsd/src/tools/binutils/../../gnu/dist/binutils/ld/genscripts.sh
   /home/garrett/netbsd/src/tools/binutils/../../gnu/dist/binutils/ld
   /import/meteor/tools/SunOS-i386/lib "/import/meteor/tools/SunOS-i386"
   i386-pc-solaris2.10 arm--netbsdelf arm--netbsdelf "armelf_nbsd"
   "/usr/local/lib /lib /usr/lib" no armelf "arm--netbsdelf"
   *** Error code 1


this invocation uses "$(SHELL)" to run the genscripts.sh script.  imo the
solutions are to fix genscripts.sh to be portable again (possibly already
done in binutils-cvs since solaris is a common host platform) or to
arrange for SHELL to be set properly at this stage.


.mrg.