This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: PATCH: Build under GLIBC 2.8
- From: Ian Lance Taylor <iant at google dot com>
- To: "Jim Blandy" <jimb at red-bean dot com>
- Cc: archer at sourceware dot org
- Date: Fri, 12 Dec 2008 18:19:44 -0800
- Subject: Re: PATCH: Build under GLIBC 2.8
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta;t=1229134804; bh=FDWbqeFMdBU50p8rnd7IfbvyOkk=;h=DomainKey-Signature:To:Cc:Subject:References:From:Date: In-Reply-To:Message-ID:User-Agent:MIME-Version:Content-Type; b=i6zFEkTvdvqDQF/lwk/wHcLicmPv3wLB7B2AoVY1GbckXAqdJ68RSL4NZUQBBlQzg4GwyJhnqrvaq/Qk4plcJA==
- Domainkey-signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns;h=to:cc:subject:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type;b=l82/Uvd+g9tgNcY2XID6tnD/iQWcC+CDIvy2RkhQJ3k7gpRrBZt1OPROMv6xtrmvZ4Gk/Fh5/7E2zX/X2LAFlA==
- References: <8f2776cb0812121810u200f4f81t3936e4117828eefc@mail.gmail.com>
"Jim Blandy" <jimb@red-bean.com> writes:
> As I said recently on gdb-patches, Ubuntu Intrepid Ibex adds the
> warn_unused_result attribute to many functions. This patch, along
> with those I posted there, allows archer to build on such systems.
Technically I believe the problem is that the Ubuntu gcc defines
_FORTIFY_SOURCE by default, which I think is rather aggressive and
pushy.
Ian