aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-21 11:04:51 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-21 11:04:51 +0000
commit6d5460ab8974c508f4b106697922cfb41522e369 (patch)
tree2d254ae543051dc0d49994a30dca3fc4ca289c04 /gas/Makefile.in
parente39469d91ab8e0b4ae36a871a1e4d28229498c9d (diff)
downloadgdb-6d5460ab8974c508f4b106697922cfb41522e369.zip
gdb-6d5460ab8974c508f4b106697922cfb41522e369.tar.gz
gdb-6d5460ab8974c508f4b106697922cfb41522e369.tar.bz2
changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386
coff as it appears to be used on aix386.
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.