mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
[] tests with "test" and enclose string in quotes. * gdb.stabs/configure: Rebuild
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* gdb.stabs/configure (alpha-*-*,mips-*-*): Add missing
|
||||
"test" and enclose string in quotes.
|
||||
* gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
|
||||
[] tests with "test" and enclose string in quotes.
|
||||
* gdb.stabs/configure: Rebuild
|
||||
|
||||
Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@ case "${target}" in
|
||||
# Do any other machines use .stabx? What about i386-*-aix*?
|
||||
rs6000-*-aix*) target_makefile_frag=xcoff.mt ;;
|
||||
|
||||
alpha-*-*) if [ x${with_gnu_as} = xyes ]; then
|
||||
alpha-*-*) if test "x${with_gnu_as}" = xyes ; then
|
||||
target_makefile_frag=aout.mt
|
||||
else
|
||||
target_makefile_frag=alpha.mt
|
||||
@ -27,7 +27,7 @@ alpha-*-*) if [ x${with_gnu_as} = xyes ]; then
|
||||
hppa*-*-*) target_makefile_frag=hppa.mt ;;
|
||||
|
||||
mips-*-bsd*) target_makefile_frag=aout.mt ;;
|
||||
mips-*-*) if [ x${with_gnu_as} = xyes ]; then
|
||||
mips-*-*) if test "x${with_gnu_as}" = xyes ; then
|
||||
target_makefile_frag=aout.mt
|
||||
else
|
||||
target_makefile_frag=ecoff.mt
|
||||
|
Reference in New Issue
Block a user