config.gcc: Remove default for xm_file.
authorZack Weinberg <zackw@stanford.edu>
Thu, 5 Apr 2001 04:34:24 +0000 (04:34 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 5 Apr 2001 04:34:24 +0000 (04:34 +0000)
commit4dc0535b80c2b9031f3df755e7c933888c3d29e8
treebbcd83b13f1ee8c2065b3819d7dd96fc78b6b62f
parentb08355783200651f189f2f057663e12f9755bb92
config.gcc: Remove default for xm_file.

* config.gcc: Remove default for xm_file.  Clean up local
machine type handling.  Remove settings of xm_file to
something that doesn't exist.  In the big switch, set xm_file,
don't append to it (the value before the big switch is always
null).  Don't force build_xm_file or host_xm_file to have a value.
* configure.in: Remove default for xm_file.  Do not special
case $cpu/xm-$cpu.h not existing.
* configure: Regenerate.

From-SVN: r41106
gcc/ChangeLog
gcc/config.gcc
gcc/configure
gcc/configure.in