aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-08-24 19:48:24 +0000
committerIan Lance Taylor <ian@airs.com>1992-08-24 19:48:24 +0000
commit7121231fbf5a0cb60b9cd204671960a4dcda921b (patch)
tree6638f35905c6183c7292bb4fc1e8f412ac5a859a /gas
parent9465d03ed593ed247e855af8093745510afc65d7 (diff)
downloadgdb-7121231fbf5a0cb60b9cd204671960a4dcda921b.zip
gdb-7121231fbf5a0cb60b9cd204671960a4dcda921b.tar.gz
gdb-7121231fbf5a0cb60b9cd204671960a4dcda921b.tar.bz2
Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: defined TARGET_CPU for C code so that it can choose one element of a family.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0216443..c476184 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * Makefile.in: defined TARGET_CPU for C code so that it can choose
+ one element of a family.
+
Fri Aug 21 14:38:44 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
* messages.c (as_warn): Use fputs, not fprintf, with a buffer that
diff --git a/gas/Makefile.in b/gas/Makefile.in
index de01691..ac657cd 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -198,7 +198,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 = $(INTERNAL_CFLAGS) $(CROSS) $(CFLAGS) $(HDEFINES) $(TDEFINES)
+ALL_CFLAGS = $(INTERNAL_CFLAGS) $(CROSS) $(CFLAGS) $(HDEFINES) $(TDEFINES) -DTARGET_CPU=\"$(target_cpu)\"
# How to link with both our special library facilities
# and the system's installed libraries.