send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim
m4 autoconf ispell grep diff rcs cvs fileutils shellutils
textutils wdiff find emacs uudecode hello tar gzip indent
- recode"
+ recode package2 package"
# these libraries are built for the target environment, and are built after
# 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//'`
;;
esac
case "${target}" in
- mips-dec-bsd*)
-# We do want to build gas in this case. So don't use the mips-*-* case
-# for this target.
- ;;
- mips-*-*)
- configdirs=`echo ${configdirs} | sed -e 's/gas//'`
- ;;
rs6000-*-*)
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
;;
*-*-vms)
configdirs=`echo ${configdirs} | sed -e 's/bfd//;s/ld//;s/binutils//'`
;;
+ h8300-*-*)
+ configdirs=`echo ${configdirs} | sed -e 's/libg++//'`
+## start-sanitize-chill
+ configdirs=`echo ${configdirs} | sed -e 's/chillrt//'`
+## end-sanitize-chill
+ ;;
+ h8500-*-*)
+ configdirs=`echo ${configdirs} | sed -e 's/libg++//'`
+## start-sanitize-chill
+ configdirs=`echo ${configdirs} | sed -e 's/chillrt//'`
+## end-sanitize-chill
+ ;;
esac
-
-target_makefile_frag=config/mt-${bfd_target}
+# Set with_gnu_as and with_gnu_ld as appropriate.
+# This is commented out for now.
+#if [ x${with_gnu_as} != xyes ] && echo ${configdirs} | grep gas > /dev/null && [ -d ${srcdir}/gas ]; then
+# with_gnu_as=yes
+# withoptions="$withoptions -with-gnu-as"
+#fi
+#if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
+# with_gnu_ld=yes
+# withoptions="$withoptions -with-gnu-ld"
+#fi
#
# Local Variables:
# fill-column: 131
# End:
#
-