Commit 619833ad by Nathanael Nerode

configure.in: Remove references to host_truncate_target.

	* configure.in: Remove references to host_truncate_target.
	* configure: Regenerate.
	* config.gcc: Remove references to truncate_target,
	host_truncate_target.

From-SVN: r67694
parent f7dae026
2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org> 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Remove references to host_truncate_target.
* configure: Regenerate.
* config.gcc: Remove references to truncate_target,
host_truncate_target.
* Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas: * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
Replace "build_canonical" with build, "host_canonical" with host. Replace "build_canonical" with build, "host_canonical" with host.
* configure.in: Use GCC_TOPLEV_SUBDIRS. * configure.in: Use GCC_TOPLEV_SUBDIRS.
......
...@@ -140,10 +140,6 @@ ...@@ -140,10 +140,6 @@
# build_install_headers_dir # build_install_headers_dir
# Target to use when installing header files. # Target to use when installing header files.
# #
# host_truncate_target
# Non-empty if the target name should be truncated
# on this host, due to filename length issues.
#
# gdb_needs_out_file_path # gdb_needs_out_file_path
# Set to yes if gdb needs a dir command with # Set to yes if gdb needs a dir command with
# `dirname $out_file`. # `dirname $out_file`.
...@@ -186,10 +182,6 @@ ...@@ -186,10 +182,6 @@
# is installed, when this system is a build system, # is installed, when this system is a build system,
# for build_install_headers_dir. # for build_install_headers_dir.
# #
# truncate_target Non-empty if the target name should be truncated
# when this system is a host, due to filename length
# issues. For host_truncate_target.
#
# exeext The suffix for executables on this system. # exeext The suffix for executables on this system.
# #
# gnu_ld Set to yes or no depending on whether the target # gnu_ld Set to yes or no depending on whether the target
...@@ -216,8 +208,6 @@ use_collect2= ...@@ -216,8 +208,6 @@ use_collect2=
target_cpu_default= target_cpu_default=
# Set this to control how the header file directory is installed. # Set this to control how the header file directory is installed.
install_headers_dir=install-headers-tar install_headers_dir=install-headers-tar
# Set this if directory names should be truncated to 14 characters.
truncate_target=
# Set this if gdb needs a dir command with `dirname $out_file` # Set this if gdb needs a dir command with `dirname $out_file`
gdb_needs_out_file_path= gdb_needs_out_file_path=
# Set this if the build machine requires executables to have a # Set this if the build machine requires executables to have a
...@@ -2643,7 +2633,6 @@ else ...@@ -2643,7 +2633,6 @@ else
fi fi
host_xm_defines=$xm_defines host_xm_defines=$xm_defines
host_xmake_file="$xmake_file" host_xmake_file="$xmake_file"
host_truncate_target=$truncate_target
host_extra_gcc_objs=$extra_gcc_objs host_extra_gcc_objs=$extra_gcc_objs
host_extra_objs=$extra_host_objs host_extra_objs=$extra_host_objs
host_exeext=$exeext host_exeext=$exeext
......
...@@ -980,7 +980,6 @@ build_exeext= ...@@ -980,7 +980,6 @@ build_exeext=
host_xm_file= host_xm_file=
host_xm_defines= host_xm_defines=
host_xmake_file= host_xmake_file=
host_truncate_target=
host_exeext= host_exeext=
# Decode the host machine, then the target machine. # Decode the host machine, then the target machine.
...@@ -1178,11 +1177,6 @@ xm_file="ansidecl.h ${xm_file}" ...@@ -1178,11 +1177,6 @@ xm_file="ansidecl.h ${xm_file}"
# UNSORTED # UNSORTED
# -------- # --------
# Truncate the target if necessary
if test x$host_truncate_target != x; then
target=`echo $target | sed -e 's/\(..............\).*/\1/'`
fi
# Get the version trigger filename from the toplevel # Get the version trigger filename from the toplevel
if test "${with_gcc_version_trigger+set}" = set; then if test "${with_gcc_version_trigger+set}" = set; then
gcc_version_trigger=$with_gcc_version_trigger gcc_version_trigger=$with_gcc_version_trigger
...@@ -3198,11 +3192,6 @@ then ...@@ -3198,11 +3192,6 @@ then
echo " ${str2}${str3}." 1>&2 echo " ${str2}${str3}." 1>&2
fi fi
# Truncate the target if necessary
if test x$host_truncate_target != x; then
target=`echo $target | sed -e 's/\(..............\).*/\1/'`
fi
# Configure the subdirectories # Configure the subdirectories
# AC_CONFIG_SUBDIRS($subdirs) # AC_CONFIG_SUBDIRS($subdirs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment