diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-10-20 23:32:46 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-10-20 23:32:46 +0000 |
commit | 1b79c34daa80f7cbbc3c16d603d44f482f9296bf (patch) | |
tree | a09b16f042c9e3eb29ad2cae8cabc5283b3f23b5 /ChangeLog | |
parent | 175e702b24dc9d6a5b7c88832682e2c94d4bd836 (diff) | |
download | binutils-1b79c34daa80f7cbbc3c16d603d44f482f9296bf.zip binutils-1b79c34daa80f7cbbc3c16d603d44f482f9296bf.tar.gz binutils-1b79c34daa80f7cbbc3c16d603d44f482f9296bf.tar.bz2 |
* configure: Since the "trap 0" handler will override the exit status on many
systems, only use it for "exit 1", and make it set a non-zero exit status;
reset it before "exit 0". Also, check exit status of config.sub, and error out
if it failed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * configure: Since the "trap 0" handler will override the exit + status on many systems, only use it for "exit 1", and make it set + a non-zero exit status; reset it before "exit 0". Also, check + exit status of config.sub, and error out if it failed. + +Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com) + + * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build + and install libgloss. + Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * Makefile.in (all-binutils): Depend upon all-byacc. |