Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Mon, 24 Aug 1992 19:48:24 +0000 (19:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 24 Aug 1992 19:48:24 +0000 (19:48 +0000)
* Makefile.in: defined TARGET_CPU for C code so that it can choose
one element of a family.

gas/ChangeLog
gas/Makefile.in

index 0216443a517d8f8968a56e45e106899099fbb370..c476184d7c46af44a987bb4bc1b51efa0d6673d7 100644 (file)
@@ -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
index de01691b82b575f0af0d90f5aed4fb290696b872..ac657cda04215ff0d29b65afb9399b855ee50ae9 100644 (file)
@@ -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.