* configure.in: added ebmon target.
This commit is contained in:
parent
7e3091046d
commit
44e4e473f8
3 changed files with 23 additions and 1 deletions
18
configure.in
18
configure.in
|
@ -18,7 +18,23 @@ esac
|
|||
|
||||
# per-target:
|
||||
|
||||
# XXX - FIXME there needs to be a case for tmake-a29k
|
||||
|
||||
case "${target_vendor}" in
|
||||
amd)
|
||||
case "${target_os}" in
|
||||
ebmon) bfd_target="ebmon29k"
|
||||
;;
|
||||
*) echo "bad target_os for amd" ;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
echo "bad target_vendor"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
target_makefile_frag=config/t-${bfd_target}
|
||||
|
||||
|
||||
#
|
||||
# Local Variables:
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
Mon Oct 21 10:04:39 1991 Steve Chamberlain (steve at rtl.cygnus.com)
|
||||
|
||||
* configure.in: added ebmon target.
|
||||
|
||||
Wed Oct 16 22:49:58 1991 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
GDB-4.2 release!
|
||||
|
||||
* Makefile.in: Roll VERSION to 4.2.
|
||||
* README, TODO, WHATS.NEW: Update.
|
||||
|
||||
* core.c (core_open): Improve error message for bad file.
|
||||
Pass .reg virtual memory address to fetch_core_registers to help
|
||||
|
|
|
@ -185,6 +185,7 @@ a29k)
|
|||
none|aout|coff) gdb_target=a29k ;;
|
||||
sym1) gdb_target=ultra3 ;;
|
||||
kern) gdb_target=a29k-kern ;;
|
||||
ebmon) gdb_target=a29k;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue