Melt-building problem
Basile Starynkevitch
basile@starynkevitch.net
Thu May 27 09:14:00 GMT 2010
On Wed, May 26, 2010 at 02:40:21PM +0200, Basile Starynkevitch wrote:
>
> No, unfortunately, the bug is still here, and appears when configuring
> GCC MELT with --enable-bootstrap and when compiling it with a gcc which
> is not 4.5. (I confess I rarely test that).
>
> I will investigate that later...
I believe that changing in GCC MELT's gcc/Makefile.in near line 5070
## the raw CFLAGS for MELT
MELT_RAW_CFLAGS= @CFLAGS@ $(X_CFLAGS) $(CFLAGS) $(XCFLAGS) $(INTERNAL_CFLAGS) @DEFS@
to
## the raw CFLAGS for MELT
MELT_RAW_CFLAGS= $(PLUGINCFLAGS) $(X_CFLAGS) $(CFLAGS) $(XCFLAGS) $(INTERNAL_CFLAGS) @DEFS@
could resolve the bug. But I am testing it only now. Could you tell us
if it solved it for you please?
Cheers.
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
More information about the Gcc
mailing list