diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1997-02-11 13:26:34 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1997-02-11 13:26:34 +0000 |
commit | 276c2d7dc8a0057901123776b5ae26fe48ce69e2 (patch) | |
tree | f92c4a48e0f2f6b8df840f40d6a5ec752bb6d076 /configure.in | |
parent | a7f081a5be64456cdd268ceb515db7c94737c2b2 (diff) | |
download | gdb-276c2d7dc8a0057901123776b5ae26fe48ce69e2.zip gdb-276c2d7dc8a0057901123776b5ae26fe48ce69e2.tar.gz gdb-276c2d7dc8a0057901123776b5ae26fe48ce69e2.tar.bz2 |
Add r5900
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3685a39..e11ca63 100644 --- a/configure.in +++ b/configure.in @@ -208,6 +208,9 @@ fi case "${target}" in v810*) target_makefile_frag=config/mt-v810 ;; i[3456]86-*-netware*) target_makefile_frag=config/mt-netware ;; +# start-sanitize-r5900 + mips64vr5900*-*-*) target_makefile_frag=config/mt-r5900 ;; +# end-sanitize-r5900 powerpc-*-netware*) target_makefile_frag=config/mt-netware ;; esac |