diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-11 23:00:24 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-11 23:00:24 +0000 |
commit | a48ef8ee5c527137faa2aec5b9101ad63d41fbd6 (patch) | |
tree | c6ae4ff25e9c075ec9f7ce01bb43bb9632d68935 /ChangeLog | |
parent | b554ce2f9489d77acb0aa2f299d7088556348f72 (diff) | |
download | gcc-a48ef8ee5c527137faa2aec5b9101ad63d41fbd6.tar.gz |
* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
link a trivial program with -mabi=64. If it fails, remove mabi=64
from multidirs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26355 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 14493f07fa8..a269c2aa3b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br> + + * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to + link a trivial program with -mabi=64. If it fails, remove mabi=64 + from multidirs. + Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de) * config.sub: Set basic_machine to i586 when target_alias = k6-*. |