From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111781 invoked by alias); 21 Aug 2015 08:11:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 110624 invoked by uid 89); 21 Aug 2015 08:11:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f172.google.com Received: from mail-wi0-f172.google.com (HELO mail-wi0-f172.google.com) (209.85.212.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 21 Aug 2015 08:10:59 +0000 Received: by widdq5 with SMTP id dq5so9406574wid.0 for ; Fri, 21 Aug 2015 01:10:56 -0700 (PDT) X-Received: by 10.194.21.230 with SMTP id y6mr14261942wje.132.1440144655951; Fri, 21 Aug 2015 01:10:55 -0700 (PDT) Received: from [192.168.1.100] (95-210-220-206.ip.skylogicnet.com. [95.210.220.206]) by smtp.gmail.com with ESMTPSA id hn2sm8861091wjc.45.2015.08.21.01.10.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Aug 2015 01:10:54 -0700 (PDT) From: FX Content-Type: multipart/mixed; boundary="Apple-Mail=_92590165-2FC5-43D2-AEB2-A4D6F2375E89" Subject: [patch] Remove unsupported hosts/builds from gcc/config.* Message-Id: <8B702EE6-321C-42EF-ACE6-9FC59F8C1F71@gmail.com> Date: Fri, 21 Aug 2015 08:15:00 -0000 To: gcc-patches Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-SW-Source: 2015-08/txt/msg01278.txt.bz2 --Apple-Mail=_92590165-2FC5-43D2-AEB2-A4D6F2375E89 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Content-length: 444 Attached patch removes special cases for the following unsupported targets = as build and host environments: - uwin* - i370-*-opened* | i370-*-mvs* - i[34567]86-*-sco3.2v5* - i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4* - i[34567]86-*-sysv4* - i[34567]86-*-udk* - i[34567]86-*-uwin* - i386-*-vsta - powerpc-*-beos* All were deleted as targets in 2008, except for i386-*-vsta which was remov= ed in 2004. OK to commit to trunk? FX --Apple-Mail=_92590165-2FC5-43D2-AEB2-A4D6F2375E89 Content-Disposition: attachment; filename=config.ChangeLog Content-Type: application/octet-stream; name="config.ChangeLog" Content-Transfer-Encoding: 7bit Content-length: 416 2015-08-21 Francois-Xavier Coudert * configure.ac: Remove uwin* cases. * config.build: Remove cases for i370-*-opened*, i370-*-mvs*, i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*, i[34567]86-*-sysv4*, i[34567]86-*-udk*, i[34567]86-*-uwin*, i386-*-vsta. * config.host: Remove cases for i370-*-opened*, i370-*-mvs*, i[34567]86-*-uwin*, powerpc-*-beos*. --Apple-Mail=_92590165-2FC5-43D2-AEB2-A4D6F2375E89 Content-Disposition: attachment; filename=config.diff Content-Type: application/octet-stream; name="config.diff" Content-Transfer-Encoding: 7bit Content-length: 3415 Index: configure.ac =================================================================== --- configure.ac (revision 226823) +++ configure.ac (working copy) @@ -1795,7 +1795,7 @@ AS_HELP_STRING([--enable-win32-registry= of the registry key])],,) case $host_os in - win32 | pe | cygwin* | mingw32* | uwin*) + win32 | pe | cygwin* | mingw32*) if test "x$enable_win32_registry" != xno; then AC_SEARCH_LIBS(RegOpenKeyExA, advapi32,, [enable_win32_registry=no]) fi @@ -2752,7 +2752,7 @@ gcc_GAS_CHECK_FEATURE([cfi sections dire .cfi_startproc .cfi_endproc], [case $target_os in - win32 | pe | cygwin* | mingw32* | uwin*) + win32 | pe | cygwin* | mingw32*) # Need to check that we generated the correct relocation for the # .debug_frame section. This was fixed for binutils 2.21. gcc_cv_as_cfi_sections_directive=no Index: config.build =================================================================== --- config.build (revision 226823) +++ config.build (working copy) @@ -56,10 +56,6 @@ case $build in hppa2*-*-hpux11* ) build_install_headers_dir=install-headers-cpio ;; - i370-*-opened* | i370-*-mvs* ) - # IBM 360/370/390 Architecture - build_xm_defines='FATAL_EXIT_CODE=12' - ;; i[34567]86-*-cygwin* | x86_64-*-cygwin* ) build_xm_file=i386/xm-cygwin.h build_exeext=.exe @@ -77,27 +73,6 @@ case $build in build_xm_file=i386/xm-djgpp.h build_exeext=.exe ;; - i[34567]86-*-sco3.2v5*) - # 80386 running SCO Open Server 5 - build_install_headers_dir=install-headers-cpio - ;; - i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4* ) - build_install_headers_dir=install-headers-cpio - ;; - i[34567]86-*-sysv4*) - # Intel x86 running system V r4 - build_install_headers_dir=install-headers-cpio - ;; - i[34567]86-*-udk*) - # Intel x86 on SCO UW/OSR5 Dev Kit - build_install_headers_dir=install-headers-cpio - ;; - i[34567]86-*-uwin*) - build_exeext=.exe - ;; - i386-*-vsta) - # Intel 80386's running VSTa kernel - ;; m68000-hp-hpux* | m68k-hp-hpux*) # HP 9000 series 300 build_install_headers_dir=install-headers-cpio Index: config.host =================================================================== --- config.host (revision 226823) +++ config.host (working copy) @@ -213,9 +213,6 @@ case ${host} in out_host_hook_obj=host-hpux.o host_xmake_file="${host_xmake_file} x-hpux" ;; - i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture - host_xm_defines='FATAL_EXIT_CODE=12' - ;; i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*) out_host_hook_obj=host-solaris.o host_xmake_file="${host_xmake_file} x-solaris" @@ -252,18 +249,10 @@ case ${host} in out_host_hook_obj=host-mingw32.o host_lto_plugin_soname=liblto_plugin-0.dll ;; - i[34567]86-*-uwin*) - echo "*** UWIN may not be used as a host platform because" - echo "*** linking with posix.dll is not allowed by the GNU GPL." - exit 1 - ;; i[34567]86-*-darwin* | x86_64-*-darwin*) out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" host_xmake_file="${host_xmake_file} i386/x-darwin" ;; - powerpc-*-beos*) - host_can_use_collect2=no - ;; powerpc-*-darwin*) out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o" host_xmake_file="${host_xmake_file} rs6000/x-darwin" --Apple-Mail=_92590165-2FC5-43D2-AEB2-A4D6F2375E89--