diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-24 17:18:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-24 17:18:05 +0000 |
commit | 2c5d4a3443c9b9323ad4bcbe0e38e523181bd419 (patch) | |
tree | 64b23cd09e8eef790de6ea0245699b5376a76697 /gdb/testsuite/gdb.chill | |
parent | 7382b3b1975352cb247a425dc94ad87b375d0e10 (diff) | |
download | gdb-2c5d4a3443c9b9323ad4bcbe0e38e523181bd419.zip gdb-2c5d4a3443c9b9323ad4bcbe0e38e523181bd419.tar.gz gdb-2c5d4a3443c9b9323ad4bcbe0e38e523181bd419.tar.bz2 |
* configure.in: Change i386 to i[345]86.
* gdb.base/configure.in: Likewise.
* gdb.c++/configure.in: Likewise.
* gdb.chill/configure.in: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.chill')
-rw-r--r-- | gdb/testsuite/gdb.chill/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/configure.in b/gdb/testsuite/gdb.chill/configure.in index fa61427..003bef6 100644 --- a/gdb/testsuite/gdb.chill/configure.in +++ b/gdb/testsuite/gdb.chill/configure.in @@ -16,7 +16,7 @@ target_makefile_frag=config/mt-unix # this section is for all targets case "${target}" in - i386-*-aout) target_makefile_frag=config/mt-i386-aout ;; + i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;; *-*-lynx) target_makefile_frag=config/mt-lynx ;; *-*-vxworks) target_makefile_frag=config/mt-vxworks ;; m68k-*-*) target_makefile_frag=config/mt-m68k ;; |