+Mon Sep 12 16:56:02 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * mpw-make.in (ALL_CFLAGS): Add definition of HAVE_STDARG_H,
+ include of ::libiberty:.
+ (config.h): Ifdef contents on GAS_VERSION.
+ config/ho-mpw.h: Remove redefinitions of true and false.
+
Wed Jun 29 17:56:52 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (as.c): Compile with C not gC.
CROSS = -d CROSS_COMPILE
-ALL_CFLAGS = {CFLAGS} {CROSS} -d TARGET_BYTES_BIG_ENDIAN -d BFD_ASSEMBLER -i "{topsrcdir}"include: -i "{topsrcdir}"bfd:,"{srcdir}",::bfd:,::extra-include,"{srcroot}"include:mpw:
+ALL_CFLAGS = {CFLAGS} {CROSS} -d HAVE_STDARG_H -d TARGET_BYTES_BIG_ENDIAN -d BFD_ASSEMBLER -i "{topsrcdir}"include: -i "{topsrcdir}"bfd:,"{srcdir}",::libiberty:,::bfd:,::extra-include,"{srcroot}"include:mpw:
# debug options: -mbg on -sym on
"{o}" \Option-f : "{s}"
"{o}"config-stamp \Option-f Makefile
Delete -i -y "{o}"config.new "{o}"config-stamp
- echo '#ifndef TARGET_CPU' > "{o}"config.new
+ echo '#ifndef GAS_VERSION' > "{o}"config.new
echo '#define TARGET_CPU "{target_cpu}"' >> "{o}"config.new
echo '#define TARGET_ALIAS "{target_alias}"' >> "{o}"config.new
echo '#define TARGET_CANONICAL "{target_canonical}"' >> "{o}"config.new
# else true; fi; \
# done ; \
# else true; fi
- echo '#endif /* TARGET_CPU */' >> "{o}"config.new
+ echo '#endif /* GAS_VERSION */' >> "{o}"config.new
MoveIfChange "{o}"config.new "{o}"config.h
Echo ' ' >"{o}"config-stamp