aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 139d540..2a0d188 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -56,6 +56,7 @@ AR_FLAGS = qv
BISON = bison
MAKEINFO = makeinfo
RANLIB = ranlib
+MINUS_G = -g
# Lists of files for various purposes.
@@ -175,7 +176,7 @@ clean-info:
# Now figure out from those variables how to compile and link.
# This is the variable actually used when we compile.
-ALL_CFLAGS = -g $(INTERNAL_CFLAGS) $(CFLAGS) $(HDEFINES) $(TDEFINES)
+ALL_CFLAGS = $(MINUS_G) $(INTERNAL_CFLAGS) $(CFLAGS) $(HDEFINES) $(TDEFINES)
# How to link with both our special library facilities
# and the system's installed libraries.