Makefile.in (CGFLAGS): Don't force -g0.
authorRichard Henderson <rth@cygnus.com>
Wed, 8 Oct 1997 00:20:24 +0000 (17:20 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Oct 1997 00:20:24 +0000 (18:20 -0600)
        * Makefile.in (CGFLAGS): Don't force -g0.
        * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Likewise.

From-SVN: r15872

gcc/f/runtime/ChangeLog.egcs
gcc/f/runtime/Makefile.in
gcc/f/runtime/libF77/Makefile.in
gcc/f/runtime/libI77/Makefile.in
gcc/f/runtime/libU77/Makefile.in

index 78b5459..cbd0a2b 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  7 18:22:10 1997  Richard Henderson  <rth@cygnus.com>
+
+       * Makefile.in (CGFLAGS): Don't force -g0.
+       * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Likewise.
+
 Mon Oct  6 14:16:46 1997  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in (distclean): Do a better job at cleaning up.
index 0d6bf97..b924ec8 100644 (file)
@@ -39,7 +39,7 @@ CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@ @DEFS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
-CGFLAGS = -g0
+CGFLAGS = #-g0
 
 GCC_FOR_TARGET = @CC@
 CC = $(GCC_FOR_TARGET)
index 208626c..d7e8c66 100644 (file)
@@ -35,7 +35,7 @@ CC = $(GCC_FOR_TARGET)
 CFLAGS = @CFLAGS@ $(GCC_FLAGS)
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@
-CGFLAGS = -g0
+CGFLAGS = #-g0
 # f2c.h should already be installed in xgcc's include directory but add that
 # to -I anyhow in case not using xgcc.
 ALL_CFLAGS = -I. -I$(srcdir) -I../../../include $(CPPFLAGS) $(DEFS) $(CFLAGS)
index 34bc5fa..ba6680a 100644 (file)
@@ -35,7 +35,7 @@ CC = $(GCC_FOR_TARGET)
 CFLAGS = @CFLAGS@ $(GCC_FLAGS)
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@
-CGFLAGS = -g0
+CGFLAGS = #-g0
 # f2c.h should already be installed in xgcc's include directory but add that
 # to -I anyhow in case not using xgcc.
 ALL_CFLAGS = -I. -I$(srcdir) -I../../../include $(CPPFLAGS) $(DEFS) $(CFLAGS)
index c307bed..c2160a3 100644 (file)
@@ -32,7 +32,7 @@ CC = $(GCC_FOR_TARGET)
 CFLAGS = @CFLAGS@ $(GCC_FLAGS)
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@
-CGFLAGS = -g0
+CGFLAGS = #-g0
 # f2c.h should already be installed in xgcc's include directory but add that
 # to -I anyhow in case not using xgcc.  fio.h is in libI77.  We need config.h
 # from `.'.