diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-09-07 19:08:15 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-09-07 19:08:15 +0000 |
commit | 24691f5599b040d488e6a95a4336dbf0deed9e83 (patch) | |
tree | 52f1184b0043af4ed52f372c63fa263db03c756f /sim/arm/ChangeLog | |
parent | ef346f1a7ff294f11a8b72a1474cc476a8804645 (diff) | |
download | gdb-24691f5599b040d488e6a95a4336dbf0deed9e83.zip gdb-24691f5599b040d488e6a95a4336dbf0deed9e83.tar.gz gdb-24691f5599b040d488e6a95a4336dbf0deed9e83.tar.bz2 |
(Try to) Update to new bfd autoconf scheme.
* run.c: Don't include sysdep.h.
* Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
(CC, CFLAGS, AR, RANLIB): Likewise.
(HDEFINES, TDEFINES): Define.
(CC_FOR_BUILD): Delete.
(host_makefile_frag): Delete.
(Makefile): Don't depend on frags.
* configure.in (sysdep.h): Don't create symlink.
(host_makefile_frag, frags): Deleted.
(CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
* configure: Regenerated.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index d5ea94e..fda1c5c 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,5 +1,26 @@ +Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com> + + (Try to) Update to new bfd autoconf scheme. + * run.c: Don't include sysdep.h. + * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value. + (CC, CFLAGS, AR, RANLIB): Likewise. + (HDEFINES, TDEFINES): Define. + (CC_FOR_BUILD): Delete. + (host_makefile_frag): Delete. + (Makefile): Don't depend on frags. + * configure.in (sysdep.h): Don't create symlink. + (host_makefile_frag, frags): Deleted. + (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values. + * configure: Regenerated. + +Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com> + + * Update all FSF addresses except those in COPYING* files. + Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com> + * Makefile.in (clean): Remove run, libsim.a. + * Makefile.in, configure.in: converted to autoconf. * configure: New file, generated with autconf 2.4. |