]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/h8300/ChangeLog
* configure.in: Call AC_CONFIG_HEADER. Don't try to use
authorIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 16:26:41 +0000 (16:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 16:26:41 +0000 (16:26 +0000)
commit0743b4ac29326167e2f5507d9d4bf86ddaaa4ffb
tree1700d34c12558b47229ecd3b1d88e87473cd99b3
parent1dff79026a659ca1ae5613cf98c2b62a5c0f98a4
* configure.in: Call AC_CONFIG_HEADER.  Don't try to use
bfd/hosts/*.h file or bfd/config/*.mh file.  Call AC_PROG_CC and
AC_PROG_RANLIB.  Substitute in values for CFLAGS, HDEFINES and AR.
Call AC_CHECK_HEADERS for stdlib.h and time.h.  Touch stamp.h if
creating config.h.
* configure: Rebuild.
* Makefile.in (AR): Define as @AR@.
(CC): New variable, defined as @CC@.
(CFLAGS): Define as @CFLAGS@.
(RANLIB): Define as @RANLIB@.
(HDEFINES, TDEFINES): New variables.
(@host_makefile_frag@): Remove.
(compile.o, run.o): Depend upon config.h.
(mostlyclean): Make the same as clean, not distclean.
(clean): Remove config.log.
(distclean): Remove config.h and stamp-h.
(Makefile): Don't depend upon @frags@.  Just rebuild Makefile when
invoking config.status.
(config.h, stamp-h): New targets.
* compile.c: Include "config.h".  Don't include <sys/times.h>.
Include <time.h> and <stdlib.h> if they exist.  Don't include
"sysdep.h".
(get_now): Remove unused local b.
* run.c: Include "config.h".  Include <stdlib.h> if it exists.
Don't include "sysdep.h".
* writecode.c: Don't include "bfd.h" or "sysdep.h".  Include
<stdio.h>.
sim/h8300/.Sanitize
sim/h8300/ChangeLog
sim/h8300/Makefile.in
sim/h8300/configure.in
sim/h8300/run.c