diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:36:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:36:08 +0000 |
commit | 8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7 (patch) | |
tree | 7365e9cbf12a723bac858168edc1d1d7a47feeca /ld/configure | |
parent | 5ce8663f498b9305547763395c33260f19cda41c (diff) | |
download | gdb-8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7.zip gdb-8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7.tar.gz gdb-8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7.tar.bz2 |
Add support for h8300hn and h8300sn
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure index b43c76c..410f9c2 100755 --- a/ld/configure +++ b/ld/configure @@ -1580,7 +1580,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) + alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM |