projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6725bdb
)
Add mips64*-*-linux host
author
Nick Clifton
<nickc@redhat.com>
Tue, 5 Jun 2001 07:35:10 +0000
(07:35 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 5 Jun 2001 07:35:10 +0000
(07:35 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/configure.host
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index ba76be3de3dff171618f99be8247db3148ea3a32..a1b799066a49243a86f85d29a653845aa2d77922 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * configure.host (mips64*-*-linux*): Define.
+
2001-06-05 Alan Modra <amodra@bigpond.net.au>
* elf32-i386.c (elf_i386_discard_copies): Rename to
diff --git
a/bfd/configure.host
b/bfd/configure.host
index f2104eb033122f464ea10d71185104b955338399..878bf43c1b5bc34e2550bf11f47ec24fea9adf05 100644
(file)
--- a/
bfd/configure.host
+++ b/
bfd/configure.host
@@
-43,6
+43,10
@@
mips*-sgi-irix6*) host64=true
HOST_64BIT_TYPE="long long";
HOST_U_64BIT_TYPE="unsigned long long";
;;
+mips64*-*-linux*) host64=true
+ HOST_64BIT_TYPE="long long";
+ HOST_U_64BIT_TYPE="unsigned long long";
+ ;;
mips*-*-sysv4*) ;;
mips*-*-sysv*) HDEFINES="-G 4" ;;
mips*-*-riscos*) HDEFINES="-G 4" ;;