]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 78b5459d117bd18dbcc76d1899df367b8177d001..cbd0a2b60072eb7f2d7317f8fe54f14bc1423631 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 0d6bf97d627cd8fe63c4de6bf1b4b69725d0bc86..b924ec8e69c72edc98fc760509cb0a75282c97f3 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 208626cb4a0caa25e59ee2611e9c71b5d65f0bac..d7e8c66701226bc217f763e4367906e201014eff 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 34bc5fa39975ec5322ddd79118f55cdcb2bfad64..ba6680a0f1f41cf37e1b75fc341afa6d9a4fcea4 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 c307bedfa38630858fc5f894809d27719fe4f972..c2160a302bbf07d674044dcecb2e7cbb4b46a730 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 `.'.