diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-21 17:44:47 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-21 17:44:47 +0000 |
commit | 773780b7c329d3144ce23d5f2d2273e0300cd466 (patch) | |
tree | 35d917864a268bd06107c49829684bb0d66b4dca /gcc/config.build | |
parent | 53637344b33126600482b9c4141523b1046e2cf1 (diff) | |
download | gcc-773780b7c329d3144ce23d5f2d2273e0300cd466.tar.gz |
* config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227079 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.build')
-rw-r--r-- | gcc/config.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.build b/gcc/config.build index 3f855de5f8b..b59d0ea7fd5 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -73,10 +73,6 @@ case $build in build_xm_file=i386/xm-djgpp.h build_exeext=.exe ;; - m68000-hp-hpux* | m68k-hp-hpux*) - # HP 9000 series 300 - build_install_headers_dir=install-headers-cpio - ;; *-*-sysv*) # All other System V variants. build_install_headers_dir=install-headers-cpio |