This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc-2.14 build
- From: Marek Polacek <mpolacek at redhat dot com>
- To: ms_brown at sbcglobal dot net
- Cc: Andy Pintar <andy at hapoteh dot net>, glibc-sc <glibc-sc at gnu dot org>, libc-alpha at sourceware dot org
- Date: Fri, 01 Jul 2011 15:41:21 +0200
- Subject: Re: glibc-2.14 build
- References: <alpine.BSF.2.00.1106281718220.57007@toronto4.yossman.net> <4E0C8F14.6050703@sbcglobal.net>
On 06/30/2011 04:58 PM, Mark Brown wrote:
>> I'd normally try and file a bug report etc, but there's a problem with
>> glibc-2.14 that's been around for a long long time now that's
>> aggravating many people, and the solutions/patches are in many places
>> and applied to many distros, but for some reason the gnu 'official'
>> sources are still broken. The problem is errors of the form:
>> ../nptl/sysdeps/pthread/pt-initfini.c:107: Error: junk at end of line,
>> first unrecognized character is `1'
>>
>> They occur because there's a __i686 #define but also a pp step that
>> replaces it with 1. So, the workaround is easy and has been documented
>> in places such as:
Maybe you could also use a different -march.
Marek