diff options
author | Jeff Law <law@redhat.com> | 1996-10-03 06:19:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-03 06:19:06 +0000 |
commit | 0f91d7632c7e11eba240306ffe21702cbe9aeb07 (patch) | |
tree | bf67cfb06dbe6c02547cdbaa9293397972dc063d /gas/configure | |
parent | b5bfedbe6cd15b47933b7eaa572ad844c2465a94 (diff) | |
download | gdb-0f91d7632c7e11eba240306ffe21702cbe9aeb07.zip gdb-0f91d7632c7e11eba240306ffe21702cbe9aeb07.tar.gz gdb-0f91d7632c7e11eba240306ffe21702cbe9aeb07.tar.bz2 |
* config/tc-mn10x00.c, config/tc-mn10x00.h: New files
for Matsushita MN10x00 support.
* configure.in: Recognize mn10x00-*-*
* configure: Rebuilt.
More Matsushita stuff.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 1a44e0d..b53b1e2 100755 --- a/gas/configure +++ b/gas/configure @@ -876,6 +876,7 @@ for this_target in $target $canon_targets ; do *) targ=mips-lit ;; esac ;; + mn10x00-*-*) fmt=elf bfd_gas=yes ;; ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*) fmt=coff em=pe case "$endian" in |