diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-19 06:07:00 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-19 06:07:00 +0000 |
commit | 471c8d6fa3a1dede2c1ed1f9e0838bf90011e5f4 (patch) | |
tree | be9ddc365813c534d6fab8f763afb7788761b579 /ChangeLog | |
parent | 7eac52a162833d42fe95635583691183dfac2a12 (diff) | |
download | gcc-471c8d6fa3a1dede2c1ed1f9e0838bf90011e5f4.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45687 138bc75d-0d04-0410-961f-82ee72b054a4
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: |