diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-09-19 06:07:36 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-09-19 06:07:36 +0000 |
commit | 8f6a59e5ff68ceea037f30ea6f0650a721cf9ab8 (patch) | |
tree | 2d702514cc847473e6e07458b0493e5f31e15063 /ChangeLog | |
parent | 3882b010780ca1aa1ed5d7b38e936cd2d6d5486b (diff) | |
download | fsf-binutils-gdb-8f6a59e5ff68ceea037f30ea6f0650a721cf9ab8.zip fsf-binutils-gdb-8f6a59e5ff68ceea037f30ea6f0650a721cf9ab8.tar.gz fsf-binutils-gdb-8f6a59e5ff68ceea037f30ea6f0650a721cf9ab8.tar.bz2 |
2001-09-19 Ben Elliston <bje@redhat.com>
* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
semantics. Use the shell built-in "type" command instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-09-19 Ben Elliston <bje@redhat.com> + + * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on + Solaris when testing for the /usr/ucb/cc compiler; it has incorrect + semantics. Use the shell built-in "type" command instead. + 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config.sub: Reverted the earlier change, this version is not the |