From patchwork Sat Sep 18 14:51:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Tietz X-Patchwork-Id: 65127 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 3EF0EB70B8 for ; Sun, 19 Sep 2010 00:52:28 +1000 (EST) Received: (qmail 1015 invoked by alias); 18 Sep 2010 14:52:25 -0000 Received: (qmail 1006 invoked by uid 22791); 18 Sep 2010 14:52:24 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, TW_JL X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Sep 2010 14:52:10 +0000 Received: by qwa26 with SMTP id 26so21062qwa.20 for ; Sat, 18 Sep 2010 07:51:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.10.203 with SMTP id q11mr4066646qcq.282.1284821481271; Sat, 18 Sep 2010 07:51:21 -0700 (PDT) Received: by 10.229.189.82 with HTTP; Sat, 18 Sep 2010 07:51:21 -0700 (PDT) Date: Sat, 18 Sep 2010 16:51:21 +0200 Message-ID: Subject: [patch]: Fix typo for enabling of decimal floating point in libgcc for *-w64-mingw* targets From: Kai Tietz To: GCC Patches X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hello, Correct an obvious typo for *-w64-mingw* targets about enabling t-dfprules. 2010-09-18 Kai Tietz * config.gcc (*-w64-mingw*): Correct typo about t-dfprules. Appiled at revision 164393. Regards, Kai Index: config.gcc =================================================================== --- config.gcc (revision 164391) +++ config.gcc (working copy) @@ -1442,7 +1442,7 @@ else tmake_eh_file="i386/t-sjlj-eh" fi - tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming i386/t-dfprules" + tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming t-dfprules" case ${target} in x86_64-w64-*)