Commit 7e9e3823 by Richard Henderson Committed by Jeff Law

Makefile.in (CGFLAGS): Don't force -g0.

        * Makefile.in (CGFLAGS): Don't force -g0.
        * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Likewise.

From-SVN: r15872
parent d1c32bc7
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) Mon Oct 6 14:16:46 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (distclean): Do a better job at cleaning up. * Makefile.in (distclean): Do a better job at cleaning up.
......
...@@ -39,7 +39,7 @@ CFLAGS = @CFLAGS@ ...@@ -39,7 +39,7 @@ CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@ @DEFS@ CPPFLAGS = @CPPFLAGS@ @DEFS@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ LIBS = @LIBS@
CGFLAGS = -g0 CGFLAGS = #-g0
GCC_FOR_TARGET = @CC@ GCC_FOR_TARGET = @CC@
CC = $(GCC_FOR_TARGET) CC = $(GCC_FOR_TARGET)
......
...@@ -35,7 +35,7 @@ CC = $(GCC_FOR_TARGET) ...@@ -35,7 +35,7 @@ CC = $(GCC_FOR_TARGET)
CFLAGS = @CFLAGS@ $(GCC_FLAGS) CFLAGS = @CFLAGS@ $(GCC_FLAGS)
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ DEFS = @DEFS@
CGFLAGS = -g0 CGFLAGS = #-g0
# f2c.h should already be installed in xgcc's include directory but add that # f2c.h should already be installed in xgcc's include directory but add that
# to -I anyhow in case not using xgcc. # to -I anyhow in case not using xgcc.
ALL_CFLAGS = -I. -I$(srcdir) -I../../../include $(CPPFLAGS) $(DEFS) $(CFLAGS) ALL_CFLAGS = -I. -I$(srcdir) -I../../../include $(CPPFLAGS) $(DEFS) $(CFLAGS)
......
...@@ -35,7 +35,7 @@ CC = $(GCC_FOR_TARGET) ...@@ -35,7 +35,7 @@ CC = $(GCC_FOR_TARGET)
CFLAGS = @CFLAGS@ $(GCC_FLAGS) CFLAGS = @CFLAGS@ $(GCC_FLAGS)
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ DEFS = @DEFS@
CGFLAGS = -g0 CGFLAGS = #-g0
# f2c.h should already be installed in xgcc's include directory but add that # f2c.h should already be installed in xgcc's include directory but add that
# to -I anyhow in case not using xgcc. # to -I anyhow in case not using xgcc.
ALL_CFLAGS = -I. -I$(srcdir) -I../../../include $(CPPFLAGS) $(DEFS) $(CFLAGS) ALL_CFLAGS = -I. -I$(srcdir) -I../../../include $(CPPFLAGS) $(DEFS) $(CFLAGS)
......
...@@ -32,7 +32,7 @@ CC = $(GCC_FOR_TARGET) ...@@ -32,7 +32,7 @@ CC = $(GCC_FOR_TARGET)
CFLAGS = @CFLAGS@ $(GCC_FLAGS) CFLAGS = @CFLAGS@ $(GCC_FLAGS)
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ DEFS = @DEFS@
CGFLAGS = -g0 CGFLAGS = #-g0
# f2c.h should already be installed in xgcc's include directory but add that # 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 # to -I anyhow in case not using xgcc. fio.h is in libI77. We need config.h
# from `.'. # from `.'.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment