diff options
author | Ben Elliston <bje@redhat.com> | 2001-09-19 06:07:00 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2001-09-19 16:07:00 +1000 |
commit | 1dc4a75000832ba7536465311d808d6b6ff9e6f3 (patch) | |
tree | be9ddc365813c534d6fab8f763afb7788761b579 /ChangeLog | |
parent | 784d7cce8585df1b850cec5d33d582a83c72459e (diff) | |
download | gcc-1dc4a75000832ba7536465311d808d6b6ff9e6f3.tar.gz |
configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing for the /usr/ucb/cc compiler...
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.
From-SVN: r45687
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e504ba73cbf..877812fb72f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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-08-31 Alexandre Oliva <aoliva@redhat.com> Merged from gcc-3_0-branch: |