diff options
author | Steve Chamberlain <sac@cygnus> | 1996-02-01 02:42:51 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1996-02-01 02:42:51 +0000 |
commit | 0ff513d9127d616c5a71122b7aba9e5b8d5503f0 (patch) | |
tree | 65dce3809d053272fcb4e1a61eb8830c5e689247 /gas/configure.in | |
parent | 923b8e0c5903ba362da7c66c4e6241c65da61b66 (diff) | |
download | gdb-0ff513d9127d616c5a71122b7aba9e5b8d5503f0.zip gdb-0ff513d9127d616c5a71122b7aba9e5b8d5503f0.tar.gz gdb-0ff513d9127d616c5a71122b7aba9e5b8d5503f0.tar.bz2 |
* configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
* configure: Rebuild.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/gas/configure.in b/gas/configure.in index d097066..3c11959 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -182,9 +182,9 @@ changequote([,])dnl fmt=aout em=mach bfd_gas=yes ;; i386-*-msdos*) fmt=aout ;; i386-*-moss*) fmt=elf ;; - i386-*-pe) fmt=coff targ=i386coff em=pe ;; - i386-*-win32) fmt=coff targ=i386coff em=pe ;; - i386-*-*nt) fmt=coff targ=i386coff em=pe ;; + i386-*-pe) fmt=coff targ=i386coff em=pe bfd_gas=yes;; + i386-*-cygwin32) fmt=coff targ=i386coff em=pe bfd_gas=yes;; + i386-*-*nt) fmt=coff targ=i386coff em=pe bfd_gas=yes;; i960-*-bout) fmt=bout ;; i960-*-coff) fmt=coff em=ic960 targ=ic960coff ;; i960-*-nindy*) fmt=bout ;; @@ -240,13 +240,8 @@ changequote([,])dnl *) targ=mips-lit ;; esac ;; - ppc-*-pe) fmt=coff em=pe - case "$endian" in - big) targ=ppc-big ;; - *) targ=ppc-lit ;; - esac - ;; - ppc-*-winnt*) fmt=coff em=pe + ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*) + fmt=coff em=pe case "$endian" in big) targ=ppc-big ;; *) targ=ppc-lit ;; |