From patchwork Tue Jul 29 11:05:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Green X-Patchwork-Id: 2202 Received: (qmail 23079 invoked by alias); 29 Jul 2014 11:05:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 23060 invoked by uid 89); 29 Jul 2014 11:05:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-ig0-f169.google.com Received: from mail-ig0-f169.google.com (HELO mail-ig0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 29 Jul 2014 11:05:30 +0000 Received: by mail-ig0-f169.google.com with SMTP id r2so5186633igi.0 for ; Tue, 29 Jul 2014 04:05:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-type; bh=RtiqdRZ9n+MFxgKvzAFdYn0miTKMjw8pSWvDwu3Btus=; b=SxxtZnkHLfMsSb4iNLsy6uFjd1IiMo3IiqcKmrgQWAUZCT+hlFoY177vti22GdDiAP wxQx9L0N3rNpuMmcnkZ+9K6CULKxNMD6IJrQmn/EzzQTXPNExPNcpbDstcmD6acy558E DC8bIWLeB369P+bL3f6EklvGsv6ifq04zEQuX1/VTFBWUYZz1Euu+lKmdKGIR2CJnNar HuwosFJiAzakYXuEfgAbCoPIeTlaXL+PClildje4r+VBaakc/YBeTd00gfbcJO0NqL/P BAjJfc+ABNa6Jhq2XNuriLHbgJeG0gWfSgBIAQ9wj4Cxo4sfPWbdlAF66RDouzh/7v5d 7VTA== X-Gm-Message-State: ALoCoQnqAPkgxlKUppEQTYsSr4Iw0nXZiYxPLu9FyViCud0K84CUVJvPWOWNkMkVAO4WmuoOdKGB X-Received: by 10.50.43.202 with SMTP id y10mr41817235igl.10.1406631928255; Tue, 29 Jul 2014 04:05:28 -0700 (PDT) Received: from localhost ([207.112.119.204]) by mx.google.com with ESMTPSA id z4sm36134478igp.14.2014.07.29.04.05.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Jul 2014 04:05:27 -0700 (PDT) From: Anthony Green To: gdb-patches@sourceware.org Subject: [Patch] merge config.sub from upstream Date: Tue, 29 Jul 2014 07:05:25 -0400 Message-ID: <871tt45ssq.fsf@moxielogic.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-IsSubscribed: yes I'm committing this change on the assumption that upstream config.{sub|guess} merges are auto-approved, as is done in GCC. This brings binutils-gdb in line with upstream config and GCC sources. AG 2014-07-29 Anthony Green * config.sub: Import from upstream. diff --git a/config.sub b/config.sub index d654d03..88a0cb4 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-05-01' +timestamp='2014-07-28' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -828,6 +828,10 @@ case $basic_machine in basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -1373,7 +1377,7 @@ case $os in | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \