diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-26 09:47:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-26 09:47:49 +0000 |
commit | c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9 (patch) | |
tree | d7028e43319adca2bf137354cef9f1f08417e442 /gas/configure.tgt | |
parent | 98a7a8547e4713bd3d9e0fe18bf2c86264805429 (diff) | |
download | gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.zip gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.tar.gz gdb-c0524131ea2e5bf988f957dcbccd68f0d9ea1bb9.tar.bz2 |
Re-enable GAS for z8k-coff
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index fe4b976..dd30a01 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -387,7 +387,7 @@ case ${generic_target} in esac case ${cpu_type} in - alpha | arm | i386 | ia64 | mips | ns32k | pdp11 | ppc | sparc) + alpha | arm | i386 | ia64 | mips | ns32k | pdp11 | ppc | sparc | z8k) bfd_gas=yes ;; esac |