gprof(1) can have more than one profile data file, so have the usage
[deliverable/binutils-gdb.git] / configure.in
index b66fafa379114a568d5a4125c065ad4bedcbb171..ee38f9fecb17e6f7e7c743eac77d7af56d288b12 100644 (file)
@@ -107,22 +107,12 @@ esac
 
 # per-target:
 
-bfd_target=
-
-case "${target}" in
-  a29k-amd-ebmon) bfd_target="ebmon29k"  ;;
-  a29k-amd-udi)   bfd_target="udi29k" ;;
-  a29k-amd-*)     echo "bad target_os for amd" 1>&2
-                 exit 1
-                 ;;
-esac
-
-
 # some tools are so dependent upon X11 that if we're not building with X, 
 # it's not even worth trying to configure, much less build, that tool.
 
 case ${with_x} in
-  yes)  ;;
+  yes)  # the default value for this tree is that X11 is available
+       ;;
   no | "")
        configdirs=`echo ${configdirs} | sed -e 's/tk//'`
        ;;
@@ -203,8 +193,6 @@ esac
 #  withoptions="$withoptions -with-gnu-ld"
 #fi
 
-target_makefile_frag=config/mt-${bfd_target}
-
 #
 # Local Variables:
 # fill-column: 131
This page took 0.024484 seconds and 4 git commands to generate.