This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: oddity in build log


On Thu, Jan 16, 2014 at 12:19:16PM -0700, Tom Tromey wrote:
> I've noticed recently in my build logs that a particular invocation of
> ld/genscripts.sh now prints the environment:
> 
>     LIB_PATH='' /bin/sh ../../binutils-gdb/ld/genscripts.sh "../../binutils-gdb/ld" "/home/tromey/gnu/gdb/devel/install/lib" "/home/tromey/gnu/gdb/devel/install" "/home/tromey/gnu/gdb/devel/install" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes nds32elf ""
>     ADA_CFLAGS=
>     AR=ar
>     ARCH=nds32
>     AR_FLAGS=rc
>     [... 200+ more lines...]

In emulparams/nds32elf.sh we have

	# Instruct genscripts.sh not to compile scripts in by COMPILE_IN
	# in order to use external linker scripts files.
	EMULATION_LIBPATH=

That runs foul of the following in genscripts.sh.

	# We need it for testsuite.
	set $EMULATION_LIBPATH

So, breakage from a new port.

-- 
Alan Modra
Australia Development Lab, IBM


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