This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 971016 woes
- To: Aaron Jackson <jackson at negril dot msrce dot howard dot edu>
- Subject: Re: 971016 woes
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 21 Oct 1997 22:28:47 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <9710220407.AA04111@negril.msrce.howard.edu>you write:
> The last two snapshots have been a down grade for me. This current
> snapshot doesn't want to build on my alpha-dec-osf2.0 host. After
> typing './configure' and 'make bootstrap-lean' the build dies during
> the first stage (see below).
I fixed this a few days ago. Here's the patch.
Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/Makefile.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -c -r1.34 -r1.35
*** Makefile.in 1997/10/10 20:48:54 1.34
--- Makefile.in 1997/10/18 05:31:26 1.35
***************
*** 269,276 ****
# we use this here because that should be enough, and also
# so that -g1 will be tested.
LIBGCC2_DEBUG_CFLAGS = -g1
! LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
! @inhibit_libc@
# Additional options to use when compiling libgcc2.a.
# Some targets override this to -Iinclude
--- 269,275 ----
# we use this here because that should be enough, and also
# so that -g1 will be tested.
LIBGCC2_DEBUG_CFLAGS = -g1
! LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
# Additional options to use when compiling libgcc2.a.
# Some targets override this to -Iinclude