aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-04-11 23:00:24 +0000
committerJeff Law <law@gcc.gnu.org>1999-04-11 17:00:24 -0600
commite891fbfe342f4ef53587bdb71a30a1ea0df7c251 (patch)
treec6ae4ff25e9c075ec9f7ce01bb43bb9632d68935 /ChangeLog
parent1bd0b556b421ac098196cd4889f50eac23d5394d (diff)
downloadgcc-e891fbfe342f4ef53587bdb71a30a1ea0df7c251.zip
gcc-e891fbfe342f4ef53587bdb71a30a1ea0df7c251.tar.gz
gcc-e891fbfe342f4ef53587bdb71a30a1ea0df7c251.tar.bz2
config-ml.in: On mips*-*-*...
* 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. From-SVN: r26355
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14493f0..a269c2a 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-*.