diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-02-15 23:46:30 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-02-15 23:46:30 +0000 |
commit | 9fc3ba754eb530a0f8be01788fae79f7539222ce (patch) | |
tree | 21d2425966fd5f78387cb239d994e99d30550460 /sim/ChangeLog | |
parent | 884fb64c78699e8e2f1c292bac2c94857cfd6b12 (diff) | |
download | gdb-9fc3ba754eb530a0f8be01788fae79f7539222ce.zip gdb-9fc3ba754eb530a0f8be01788fae79f7539222ce.tar.gz gdb-9fc3ba754eb530a0f8be01788fae79f7539222ce.tar.bz2 |
Make configure work on first stage of HP/UX and Solaris.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 951e6bb..9c4ddb5 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,12 @@ +Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com> + + * Makefile.in (all): Avoid a for loop with zero elements, even if + the loop will not be executed because of an if statement. + +Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com> + + * Makefile.in (install): Add missing semicolon in "fi \". + Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up @@ -6,7 +15,8 @@ Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using configure defaults. (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets - if we are using GCC to build with. + if either --enable-sim-powerpc is used, or the host compiler is + GCC. Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk> |