Remove redundant test in BFD_ASSERT
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 8541c0d22fe3e960389f7e5eff9249229f53cd20..ee4330431e3794f956df1d743cdae8be4cb19b6f 100644 (file)
@@ -56,16 +56,10 @@ arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
 arm-*-nto*)            gdb_target=nto ;;
 arm*-*-* | thumb*-*-* | strongarm*-*-*)
                        gdb_target=embed
-                       # FIXME: cagney/2005-01-07: The configdirs
-                       # variable doesn't work with autoconf 2.59.
-                       # Disabled.
-                        # configdirs="$configdirs rdi-share"
+                       build_rdi_share=yes
                         ;;
 xscale-*-*)            gdb_target=embed
-                       # FIXME: cagney/2005-01-07: The configdirs
-                       # variable doesn't work with autoconf 2.59.
-                       # Disabled.
-                        # configdirs="$configdirs rdi-share"
+                       build_rdi_share=yes
                         ;;
 
 avr-*-*)               gdb_target=avr ;;
@@ -96,10 +90,7 @@ i[34567]86-*-linux*) gdb_target=linux
                        ;;
 i[34567]86-*-gnu*)     gdb_target=i386gnu ;;
 i[34567]86-*-netware*) gdb_target=i386
-                       # FIXME: cagney/2005-01-07: The configdirs
-                       # variable doesn't work with autoconf 2.59.
-                       # Disabled.
-                       # configdirs="${configdirs} nlm"
+                       build_nlm=yes
                        ;;
 i[34567]86-*-cygwin*)  gdb_target=cygwin  ;;
 i[34567]86-*-*)                gdb_target=i386 ;;
This page took 0.023518 seconds and 4 git commands to generate.