Commit d0d0e9ac by Nathanael Nerode

config.gcc: Remove references to install_headers_dir...

	* config.gcc:  Remove references to install_headers_dir, now unused
	since introduction of config.build.
	* config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.

From-SVN: r70966
parent 5b28c537
2003-08-31 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Remove references to install_headers_dir, now unused
since introduction of config.build.
* config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
* doc/fragments.texi, doc/sourcebuild.texi: Mention new file
config.build.
* config.build: New file.
* config.gcc: Remove some build-specific stuff.
* configure.in: Use config.build.
* configure: Regnerate.
2003-08-31 Steven Bosscher <steven@gcc.gnu.org> 2003-08-31 Steven Bosscher <steven@gcc.gnu.org>
Roger Sayle <roger@eyesopen.com> Roger Sayle <roger@eyesopen.com>
......
...@@ -166,9 +166,6 @@ ...@@ -166,9 +166,6 @@
# #
# host_hook_obj An object file that provides the host hooks. # host_hook_obj An object file that provides the host hooks.
# #
# install_headers_dir Makefile-target for how the header file directory
# is installed.
#
# 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
...@@ -193,8 +190,6 @@ xm_defines= ...@@ -193,8 +190,6 @@ xm_defines=
use_collect2= use_collect2=
# Set this to override the default target model. # Set this to override the default target model.
target_cpu_default= target_cpu_default=
# Set this to control how the header file directory is installed.
install_headers_dir=install-headers-tar
# 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
...@@ -587,9 +582,6 @@ alpha*-dec-osf[45]*) ...@@ -587,9 +582,6 @@ alpha*-dec-osf[45]*)
extra_headers=va_list.h extra_headers=va_list.h
case $machine in case $machine in
*-*-osf4*) *-*-osf4*)
# Some versions of OSF4 (specifically X4.0-9 296.7) have
# a broken tar, so we use cpio instead.
install_headers_dir=install-headers-cpio
# Set target_cpu_default except on 4.0a. # Set target_cpu_default except on 4.0a.
case $machine in case $machine in
*-*-osf4.0a) ;; *-*-osf4.0a) ;;
...@@ -621,7 +613,6 @@ alpha64-dec-*vms*) ...@@ -621,7 +613,6 @@ alpha64-dec-*vms*)
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'` | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;; ;;
esac esac
install_headers_dir=install-headers-cp
prefix=/gnu prefix=/gnu
local_prefix=/gnu local_prefix=/gnu
;; ;;
...@@ -638,7 +629,6 @@ alpha*-dec-*vms*) ...@@ -638,7 +629,6 @@ alpha*-dec-*vms*)
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'` | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;; ;;
esac esac
install_headers_dir=install-headers-cp
prefix=/gnu prefix=/gnu
local_prefix=/gnu local_prefix=/gnu
;; ;;
...@@ -832,7 +822,6 @@ hppa1.1-*-hpux10* | hppa2*-*-hpux10*) ...@@ -832,7 +822,6 @@ hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
tmake_file="${tmake_file} pa/t-dce-thr" tmake_file="${tmake_file} pa/t-dce-thr"
;; ;;
esac esac
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
hppa1.0-*-hpux10*) hppa1.0-*-hpux10*)
...@@ -847,7 +836,6 @@ hppa1.0-*-hpux10*) ...@@ -847,7 +836,6 @@ hppa1.0-*-hpux10*)
tmake_file="${tmake_file} pa/t-dce-thr" tmake_file="${tmake_file} pa/t-dce-thr"
;; ;;
esac esac
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
hppa*64*-*-hpux11*) hppa*64*-*-hpux11*)
...@@ -875,7 +863,6 @@ hppa*64*-*-hpux11*) ...@@ -875,7 +863,6 @@ hppa*64*-*-hpux11*)
thread_file=posix thread_file=posix
;; ;;
esac esac
install_headers_dir=install-headers-cpio
;; ;;
hppa1.1-*-hpux11* | hppa2*-*-hpux11*) hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
target_cpu_default="MASK_PA_11" target_cpu_default="MASK_PA_11"
...@@ -887,7 +874,6 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*) ...@@ -887,7 +874,6 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
thread_file=posix thread_file=posix
;; ;;
esac esac
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
hppa1.0-*-hpux11*) hppa1.0-*-hpux11*)
...@@ -899,7 +885,6 @@ hppa1.0-*-hpux11*) ...@@ -899,7 +885,6 @@ hppa1.0-*-hpux11*)
thread_file=posix thread_file=posix
;; ;;
esac esac
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
i370-*-opened*) # IBM 360/370/390 Architecture i370-*-opened*) # IBM 360/370/390 Architecture
...@@ -948,7 +933,6 @@ i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*) ...@@ -948,7 +933,6 @@ i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
tmake_file=t-svr4 tmake_file=t-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
install_headers_dir=install-headers-cpio
;; ;;
i[34567]86-*-aout*) i[34567]86-*-aout*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h" tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
...@@ -1066,7 +1050,6 @@ i[34567]86-*-rtems*) ...@@ -1066,7 +1050,6 @@ i[34567]86-*-rtems*)
fi fi
;; ;;
i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
install_headers_dir=install-headers-cpio
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
if test x$gas = xyes if test x$gas = xyes
then then
...@@ -1125,7 +1108,6 @@ i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit ...@@ -1125,7 +1108,6 @@ i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
tmake_file="i386/t-crtpic i386/t-udk t-svr4" tmake_file="i386/t-crtpic i386/t-udk t-svr4"
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
install_headers_dir=install-headers-cpio
;; ;;
i[34567]86-*-sysv*) # Intel 80386's running system V i[34567]86-*-sysv*) # Intel 80386's running system V
if test x$gas = xyes if test x$gas = xyes
...@@ -1219,7 +1201,6 @@ i[34567]86-*-kaos*) ...@@ -1219,7 +1201,6 @@ i[34567]86-*-kaos*)
;; ;;
i860-*-sysv4*) i860-*-sysv4*)
tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h" tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h"
xm_defines="USG SVR3"
xmake_file=i860/x-sysv4 xmake_file=i860/x-sysv4
tmake_file="i860/t-i860 i860/t-svr4" tmake_file="i860/t-i860 i860/t-svr4"
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
...@@ -1323,7 +1304,6 @@ m68000-hp-hpux*) # HP 9000 series 300 ...@@ -1323,7 +1304,6 @@ m68000-hp-hpux*) # HP 9000 series 300
tm_defines="${tm_defines} DBX_DEBUGGING_INFO=1 USE_GAS" tm_defines="${tm_defines} DBX_DEBUGGING_INFO=1 USE_GAS"
fi fi
tmake_file=m68k/t-hp320 tmake_file=m68k/t-hp320
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7. m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
...@@ -1334,7 +1314,6 @@ m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7. ...@@ -1334,7 +1314,6 @@ m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
else else
tm_defines="NO_DOT_IN_LABEL NO_BUGS" tm_defines="NO_DOT_IN_LABEL NO_BUGS"
fi fi
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
m68k-hp-hpux*) # HP 9000 series 300 m68k-hp-hpux*) # HP 9000 series 300
...@@ -1343,7 +1322,6 @@ m68k-hp-hpux*) # HP 9000 series 300 ...@@ -1343,7 +1322,6 @@ m68k-hp-hpux*) # HP 9000 series 300
then then
tm_defines="DBX_DEBUGGING_INFO=1 USE_GAS" tm_defines="DBX_DEBUGGING_INFO=1 USE_GAS"
fi fi
install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
;; ;;
m68k-*-aout*) m68k-*-aout*)
...@@ -2197,12 +2175,6 @@ am33_2.0-*-linux*) ...@@ -2197,12 +2175,6 @@ am33_2.0-*-linux*)
;; ;;
esac esac
case $machine in
*-*-sysv*)
install_headers_dir=install-headers-cpio
;;
esac
# Support for --with-cpu and related options (and a few unrelated options, # Support for --with-cpu and related options (and a few unrelated options,
# too). Only do this if $machine is the target, or we'll try to validate # too). Only do this if $machine is the target, or we'll try to validate
# the CPU argument against the wrong machine type. # the CPU argument against the wrong machine type.
......
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