diff options
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index cb909e7f5e0..ac38ff1b3d7 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -15,6 +15,8 @@ case $targ in *-*-irix* | \ alpha*-*-osf* | \ + alpha*-*-freebsd* | \ + alpha*-*-kfreebsd*-gnu | \ d10v-*-* | \ hppa*-*-hiux* | \ i[34567]86-ncr-* | \ @@ -57,11 +59,6 @@ alpha*-*-linux*) gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-linux-tdep.o \ linux-tdep.o solib-svr4.o" ;; -alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) - # Target: FreeBSD/alpha - gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \ - alpha-fbsd-tdep.o solib-svr4.o" - ;; alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) # Target: NetBSD/alpha gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \ |