On 12/11/2012 02:01 PM, Matthias Klose wrote:
> Am 11.12.2012 13:31, schrieb Roland Stigge:
> 
> both patches look wrong. the definition is found in the t-spe file. find out 
> why
> it doesn't get used.

I guess rs6000/t-linux defining:

MULTIARCH_DIRNAME = powerpc-linux-gnu

overwrites this. How about putting "ifeq (,$(MULTIARCH_DIRNAME))" around
the above?

Or, alternatively, including rs6000/t-linux _before_ rs6000/t-spe?

Currently, it's

        tmake_file="$tmake_file rs6000/t-linux"

in src/gcc/config.gcc, so maybe rather:

        tmake_file="rs6000/t-linux $tmake_file"

?

Both solutions somehow depend on the sequence of Makefile inclusion.

Let me know your preference, I can put together a patch if necessary.

Thanks,

Roland


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50c747b5.6040...@antcom.de

Reply via email to