Changes for GNU/Linux PPC native port.
This commit is contained in:
parent
70f0cc22b6
commit
2559291b00
@ -1047,6 +1047,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
|
||||
nindy-share/ttyflush.c nindy-tdep.c \
|
||||
ns32k-tdep.c ns32km3-nat.c osfsolib.c \
|
||||
somread.c somsolib.c $(HPREAD_SOURCE) \
|
||||
ppc-linux-nat.c ppc-linux-tdep.c \
|
||||
procfs.c pyr-tdep.c pyr-xdep.c \
|
||||
remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c \
|
||||
remote-es.c remote-hms.c remote-mips.c \
|
||||
@ -1521,6 +1522,12 @@ ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) gdb_string.h $(frame_h) \
|
||||
$(inferior_h) $(bfd_h) symfile.h target.h gdb_wait.h $(gdbcmd_h) \
|
||||
objfiles.h gdb-stabs.h serial.h ocd.h
|
||||
|
||||
ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
|
||||
$(inferior_h) target.h
|
||||
|
||||
ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
|
||||
target.h
|
||||
|
||||
ppcbug-rom.o: ppcbug-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
|
||||
$(inferior_h) target.h serial.h terminal.h
|
||||
|
||||
|
@ -224,7 +224,7 @@ powerpc-*-netware*) gdb_target=ppc-nw
|
||||
powerpc-*-aix*) gdb_target=aix ;;
|
||||
powerpcle-*-cygwin*) gdb_target=cygwin ;;
|
||||
powerpcle-*-solaris*) gdb_target=solaris ;;
|
||||
powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv* | powerpc-*-elf*)
|
||||
powerpc-*-eabi* | powerpc-*-sysv* | powerpc-*-elf*)
|
||||
if test -f ../sim/ppc/Makefile; then
|
||||
gdb_target=ppc-sim
|
||||
else
|
||||
@ -236,6 +236,7 @@ powerpcle-*-eabi* | powerpcle-*-sysv* | powerpcle-*-elf*)
|
||||
else
|
||||
gdb_target=ppcle-eabi
|
||||
fi ;;
|
||||
powerpc-*-linux*) gdb_target=linux ;;
|
||||
powerpc-*-vxworks*) gdb_target=vxworks ;;
|
||||
|
||||
# OBSOLETE pyramid-*-*) gdb_target=pyramid ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user