* Makefile.in: defined TARGET_CPU for C code so that it can choose
one element of a family.
+
+ * Makefile.in: defined TARGET_CPU for C code so that it can choose
+ one element of a family.
+
* messages.c (as_warn): Use fputs, not fprintf, with a buffer that
# 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.