* configure.in, gdb.{base,c++,chill}/configure.in: changed so
*-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
This commit is contained in:
parent
07dff0109d
commit
9c79b8b5eb
4 changed files with 39 additions and 32 deletions
|
@ -1,7 +1,13 @@
|
||||||
|
Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in, gdb.{base,c++,chill}/configure.in: changed so
|
||||||
|
*-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
|
||||||
|
|
||||||
Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* gdb.base/callfuncs.exp: Add tests for passing floats, chars, and
|
* gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
|
||||||
shorts where there are ANSI-style function definitions.
|
floats, chars, and shorts where there are ANSI-style function
|
||||||
|
definitions.
|
||||||
|
|
||||||
* gdb.base/langs.exp, gdb.base/langs*: New test.
|
* gdb.base/langs.exp, gdb.base/langs*: New test.
|
||||||
* gdb.base/Makefile.in: Build it.
|
* gdb.base/Makefile.in: Build it.
|
||||||
|
|
|
@ -27,7 +27,7 @@ case "${target}" in
|
||||||
i[345]86-*-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 ;;
|
*-*-lynx) target_makefile_frag=config/mt-lynx ;;
|
||||||
*-*-netware) target_makefile_frag=config/mt-netware ;;
|
*-*-netware) target_makefile_frag=config/mt-netware ;;
|
||||||
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
|
*-*-vxworks*) target_makefile_frag=config/mt-vxworks ;;
|
||||||
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
||||||
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
|
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
|
||||||
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
|
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
|
||||||
|
|
|
@ -18,9 +18,9 @@ target_makefile_frag=../config/mt-unix
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
|
hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
|
||||||
i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
|
i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
|
||||||
i[345]86-*-netware) target_makefile_frag=../config/mt-i386-netware ;;
|
|
||||||
*-*-lynx) target_makefile_frag=../config/mt-lynx ;;
|
*-*-lynx) target_makefile_frag=../config/mt-lynx ;;
|
||||||
*-*-vxworks) target_makefile_frag=../config/mt-vxworks ;;
|
*-*-netware*) target_makefile_frag=../config/mt-netware ;;
|
||||||
|
*-*-vxworks*) target_makefile_frag=../config/mt-vxworks ;;
|
||||||
m68k-*-*) target_makefile_frag=../config/mt-m68k ;;
|
m68k-*-*) target_makefile_frag=../config/mt-m68k ;;
|
||||||
i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
|
i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
|
||||||
a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
|
a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
|
||||||
|
|
|
@ -16,15 +16,16 @@ target_makefile_frag=config/mt-unix
|
||||||
|
|
||||||
# this section is for all targets
|
# this section is for all targets
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i[345]86-*-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 ;;
|
*-*-lynx) target_makefile_frag=../config/mt-lynx ;;
|
||||||
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
|
*-*-netware*) target_makefile_frag=../config/mt-netware ;;
|
||||||
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
*-*-vxworks*) target_makefile_frag=../config/mt-vxworks ;;
|
||||||
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
|
m68k-*-*) target_makefile_frag=../config/mt-m68k ;;
|
||||||
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
|
i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
|
||||||
sparclite-*-*) target_makefile_frag=config/mt-slite ;;
|
a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
|
||||||
sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
|
sparclite-*-*) target_makefile_frag=../config/mt-slite ;;
|
||||||
mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
|
sparc-*-aout) target_makefile_frag=../config/mt-sparc-aout ;;
|
||||||
|
mips-*-ecoff) target_makefile_frag=../config/mt-mips-ecoff ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# post-target:
|
# post-target:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue