diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2005-06-07 21:13:14 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2005-06-07 21:13:14 +0000 |
commit | 047af9efdb025accc2da65a877e690ecd969ebc2 (patch) | |
tree | e7c8aed5ebb842bbb5043125593fbefd2854e872 /gas/configure.tgt | |
parent | 9e1f170fa9cf7cdcbda198e0424d695fe9040209 (diff) | |
download | gdb-047af9efdb025accc2da65a877e690ecd969ebc2.zip gdb-047af9efdb025accc2da65a877e690ecd969ebc2.tar.gz gdb-047af9efdb025accc2da65a877e690ecd969ebc2.tar.bz2 |
* configure.in: Add ms1 case.
* configure: Regenerate.
* configure.tgt: Add ms1 case.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 6d4ea61..4d44b62 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -50,6 +50,7 @@ case ${cpu} in m683??) cpu_type=m68k ;; m5200) cpu_type=m68k ;; m8*) cpu_type=m88k ;; + ms1) cpu_type=ms1 endian=big ;; maxq) cpu_type=maxq ;; mips*el) cpu_type=mips endian=little ;; mips*) cpu_type=mips endian=big ;; |