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.in | |
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.in')
-rw-r--r-- | gas/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index bdfa0f4..3f78130 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -317,6 +317,10 @@ changequote([,])dnl fi ;; + ms1) + using_cgen=yes + ;; + i386 | s390 | sparc) if test $this_target = $target ; then AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.]) |