Rainer Orth wrote:

> diff --git a/gcc/config/spu/t-spu-elf b/gcc/config/spu/t-spu-elf

> -# We exclude those because the libgcc2.c default versions do not support
> -# the SPU single-precision format (round towards zero).  We provide our
> -# own versions below and/or via direct expansion.
> -LIB2FUNCS_EXCLUDE = _floatdisf _floatundisf _floattisf _floatunstisf

> diff --git a/libgcc/config/spu/t-elf b/libgcc/config/spu/t-elf
  
> +# We exclude those because the libgcc2.c default versions do not support
> +# the SPU single-precision format (round towards zero).  We provide our
> +# own versions below and/or via direct expansion.
> +LIB2ADD = _floatdisf _floatundisf _floattisf _floatunstisf


This seems to have caused:

make[2]: Entering directory 
`/home/kwerner/dailybuild/spu-tc-2011-11-05/gcc-build/spu/libgcc'
Makefile:792: *** Unsupported files in LIB2ADD or LIB2ADD_ST..  Stop.


Shouldn't the variable still be called LIB2FUNCS_EXCLUDE after the
move to libgcc?  LIB2ADD seems to expect full file names ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  ulrich.weig...@de.ibm.com

Reply via email to