PATCH to generate libraries with mrenesas option for SH targets.
Joern RENNECKE
joern.rennecke@st.com
Fri Jul 1 12:40:00 GMT 2005
Nitin Shah wrote:
> @@ -48,8 +49,8 @@ MULTILIB_MATCHES = $(shell \
> done \
> done)
>
>-# SH1 only supports big endian.
>-MULTILIB_EXCEPTIONS = ml/m1 ml/m2a*
>+# SH1 and SH2a only supports big endian.
>+MULTILIB_EXCEPTIONS = ml/m1 ml/m2a* $(MULTILIB_MRENESAS_OPTION)/ml
>$(MULTILIB_MRENESAS_OPTION)/ml/m2a*
>
>
>
Have you tested this without --enable-mrenesas too? I would expect
the above hunk
to interfere with the building of the little-endian libraries when you
configure for
targets like sh2-elf or sh4-elf. I think the save thing for
MULTILIB_EXCEPTIONS
would be to add mrenesas/ml .
More information about the Gcc-patches
mailing list