diff options
author | Nick Clifton <nickc@redhat.com> | 1998-01-08 11:12:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-01-08 11:12:39 +0000 |
commit | 3a9c3d120fe4b7cd24f75f275e4b1034577ce056 (patch) | |
tree | b0c06fea2896a37889cdb272d9acbe476689e6e1 /gdb/configure.tgt | |
parent | d7ab10784a26a2d5f2174afa9c17450851abbb75 (diff) | |
download | gdb-3a9c3d120fe4b7cd24f75f275e4b1034577ce056.zip gdb-3a9c3d120fe4b7cd24f75f275e4b1034577ce056.tar.gz gdb-3a9c3d120fe4b7cd24f75f275e4b1034577ce056.tar.bz2 |
Applied patches from Tony.Thompson@arm.com to implement the Angel remote
debugging interface and resurrected associated RDI files.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 6739d08..3c29d73 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -48,7 +48,17 @@ alpha-*-linux*) gdb_target=alpha-linux ;; arc-*-*) gdb_target=arc ;; -arm-*-* | thumb-*-*) gdb_target=arm ;; +arm-*-* | thumb-*-*) gdb_target=arm + + # rdi doesn't work for wingdb yet + case $gdb_host in + windows) ;; + *) + configdirs="$configdirs rdi-share" + CONFIG_OBS="$CONFIG_OBS remote-rdi.o rdi-share/libangsd.a" + ;; + esac + ;; c1-*-*) gdb_target=convex ;; c2-*-*) gdb_target=convex ;; |