From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127890 invoked by alias); 2 Sep 2015 14:09:38 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 127424 invoked by uid 48); 2 Sep 2015 14:09:34 -0000 From: "joel at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/62097] t-hardfp requires GNU sed Date: Wed, 02 Sep 2015 14:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 5.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joel at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg00179.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62097 --- Comment #6 from Joel Sherrill --- git blame pins us down a bit on the change: 4b366ca9 (rsandifo 2014-02-07 07:46:34 +0000 74) hardfp_defines_for = \ 4b366ca9 (rsandifo 2014-02-07 07:46:34 +0000 75) $(shell echo $1 | \ 4b366ca9 (rsandifo 2014-02-07 07:46:34 +0000 76) sed 's/\(.*\)\($(hardfp_mode_regexp)\)\($(hardfp_suffix_regexp)\|\)$$/-DFUNC=__& -DOP_\1\3 -DTYPE=\2/') 4b366ca9 (rsandifo 2014-02-07 07:46:34 +0000 77) commit 4b366ca99e51b2e80ceb5f2b7ece5189f43bd661 Author: rsandifo Date: Fri Feb 7 07:46:34 2014 +0000 libgcc/ * configure.ac (libgcc_cv_mips_hard_float): New. * configure: Regenerate. * config.host (mips*-*-*): Use t-hardfp-sfdf rather than t-softfp-sfdf for hard-float targets. * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate. (softfp_float_modes, softfp_int_modes, softfp_extensions) (softfp_truncations, softfp_exclude_libgcc2): New. * config/t-hardfp: New file. * config/t-hardfp-sfdf: Likewise. * config/hardfp.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207593 138bc75d-0d04-0410-961f-82ee72b054a4