diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-05 07:35:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-05 07:35:10 +0000 |
commit | cbb1fd505210e40b9085227ec54f602fa62ce457 (patch) | |
tree | 39af6e567951337c8e912ffa3318877d700e1b7b /bfd | |
parent | 6725bdbfa9c9e3f2c9b1ff7b3a1565ed15a68131 (diff) | |
download | gdb-cbb1fd505210e40b9085227ec54f602fa62ce457.zip gdb-cbb1fd505210e40b9085227ec54f602fa62ce457.tar.gz gdb-cbb1fd505210e40b9085227ec54f602fa62ce457.tar.bz2 |
Add mips64*-*-linux host
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/configure.host | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ba76be3..a1b7990 100644 --- 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 f2104eb..878bf43 100644 --- 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" ;; |