From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64918 invoked by alias); 26 Aug 2015 21:49:51 -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 64860 invoked by uid 48); 26 Aug 2015 21:49:46 -0000 From: "Anders.Montonen at iki dot fi" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/62097] mipsel-sde-elf build fails on OS X 10.7 host Date: Wed, 26 Aug 2015 21:49: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: Anders.Montonen at iki dot fi 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: version 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-08/txt/msg01844.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62097 Anders Montonen changed: What |Removed |Added ---------------------------------------------------------------------------- Version|4.9.1 |5.2.0 --- Comment #4 from Anders Montonen --- The problem lies in libgcc/config/t-hardfp, the sed script that is supposed to generate the -DOP parameter requires GNU sed: hardfp_defines_for = \ $(shell echo $1 | \ sed 's/\(.*\)\($(hardfp_mode_regexp)\)\($(hardfp_suffix_regexp)\|\)$$/-DFUNC=__& -DOP_\1\3 -DTYPE=\2/')