aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1997-02-12 12:49:17 -0800
committerJim Wilson <wilson@gcc.gnu.org>1997-02-12 12:49:17 -0800
commitc92ca24128fdead668c7cbbe926afdfd0943ddc3 (patch)
tree2b568be6dd9d5a9d136121b80461691f496099d2
parentff1ff0565bbd07dd0b4f139001f8a1b5c2d6328d (diff)
downloadgcc-c92ca24128fdead668c7cbbe926afdfd0943ddc3.zip
gcc-c92ca24128fdead668c7cbbe926afdfd0943ddc3.tar.gz
gcc-c92ca24128fdead668c7cbbe926afdfd0943ddc3.tar.bz2
(LIBGCC2_DEBUG_CFLAGS): New macro.
(LIBGCC2_CFLAGS): Use it. From-SVN: r13631
-rw-r--r--gcc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 384ee809..797f2ab 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -257,7 +257,8 @@ LIBGCC2 = libgcc2.a
# -g1 causes output of debug info only for file-scope entities.
# we use this here because that should be enough, and also
# so that -g1 will be tested.
-LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+LIBGCC2_DEBUG_CFLAGS = -g1
+LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
# Additional options to use when compiling libgcc2.a.
# Some targets override this to -Iinclude