diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-09-04 07:15:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-09-04 07:15:54 +0000 |
commit | 2cb159a52a6b936ee948946448698e482a192884 (patch) | |
tree | ddcaa4f42ec98e1fb4a0ec6d523f633e1522a13b /bfd/configure.in | |
parent | ef07871c96ae8cfea332dbc3fd995864f922a99c (diff) | |
download | gdb-2cb159a52a6b936ee948946448698e482a192884.zip gdb-2cb159a52a6b936ee948946448698e482a192884.tar.gz gdb-2cb159a52a6b936ee948946448698e482a192884.tar.bz2 |
Wrap "i[345]86" patterns in changequote lines.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 4f44d9b..83acbea 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -61,6 +61,7 @@ if test "${target}" = "${host}"; then hppa*-*-hiux*) COREFILE=hpux-core.o ;; hppa*-*-bsd*) COREFILE="hpux-core.o hppabsd-core.o" COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;; +changequote(,)dnl i[345]86-sequent-bsd*) COREFILE=trad-core.o ;; i[345]86-sequent-sysv4*) ;; i[345]86-sequent-sysv*) COREFILE=trad-core.o ;; @@ -73,6 +74,7 @@ if test "${target}" = "${host}"; then i[345]86-*-linux*) COREFILE=trad-core.o ;; i[345]86-*-isc*) COREFILE=trad-core.o ;; i[345]86-*-aix*) COREFILE=aix386-core.o ;; +changequote([,])dnl mips-dec-bsd*) COREFILE=trad-core.o ;; mips-dec-mach3*) COREFILE=trad-core.o ;; mips-dec-*) COREFILE=trad-core.o ;; |