diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-24 16:43:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-24 16:43:54 +0000 |
commit | c730978489bdb5c19b7be0e0b8eef7628a033771 (patch) | |
tree | 448a1e908f9b6889421b758059deeb338967ba25 /binutils | |
parent | bdf218b3150fb57173297ebd841791bf29dcaa96 (diff) | |
download | gdb-c730978489bdb5c19b7be0e0b8eef7628a033771.zip gdb-c730978489bdb5c19b7be0e0b8eef7628a033771.tar.gz gdb-c730978489bdb5c19b7be0e0b8eef7628a033771.tar.bz2 |
* configure.in, binutils.all/configure.in: Change i386 to
i[345]86.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 13 | ||||
-rw-r--r-- | binutils/testsuite/configure.in | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 05a34c7..c9d79a5 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,16 @@ +Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * configure.in, binutils.all/configure.in: Change i386 to + i[345]86. + +Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com) + + * config/mt-mips-ecoff: Add -Tidp.ld option. + +Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + + * config/default.exp: Use nm.new, not nm, from newly built tree. + Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com) * config/default.exp, config/unix.exp: Replace error diff --git a/binutils/testsuite/configure.in b/binutils/testsuite/configure.in index 9b6e7a4..8f734d8 100644 --- a/binutils/testsuite/configure.in +++ b/binutils/testsuite/configure.in @@ -14,7 +14,7 @@ configdirs="binutils.all" # 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 ;; |