From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OkFWM-0006cw-Qq for garchives@archives.gentoo.org; Sat, 14 Aug 2010 12:07:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F54E0952; Sat, 14 Aug 2010 12:07:26 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id BE661E08D0 for ; Sat, 14 Aug 2010 12:07:13 +0000 (UTC) Received: by wyf28 with SMTP id 28so4525769wyf.40 for ; Sat, 14 Aug 2010 05:07:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=KCR5IHkSQ0b4Nh22rTLxfhUTmehYUjJifqsM2BZoZRU=; b=vIUZInROgynwJ/lJBflLUyzm8XP0yRKxQBmRr8zpcVKQdfsR/Wijx/TSMm14K4p2pA WB9nWWdSiUm3uyI6v1F1xTbT3tSxgYat6s5nZgXGrJ+Ck4Y4t465AK4qQu94g00+Qkv8 7umMicYrbJTY9jK27ndGHNgdCCbPLeGnpTrd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=dYvaZ3iiCEDCzfP0PNS0P2e3FFOSg9MyDmnDGbtOwx29/D/2oiCkxGwcYy3sBxJ4rF 8MEgpnqc47i4zjavgrZMjuULFfCuZAlBKdeP1YyGMTnBOO8JxTihqhYIfnzhEHIqRr4L lSyGsrqZeo2HNBIpj6P+FG2nRHfl38IEziC6M= Received: by 10.216.167.72 with SMTP id h50mr2295861wel.103.1281787633026; Sat, 14 Aug 2010 05:07:13 -0700 (PDT) Received: from Mystical (178.128.37.41.dsl.dyn.forthnet.gr [178.128.37.41]) by mx.google.com with ESMTPS id k46sm2131461weq.34.2010.08.14.05.07.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 14 Aug 2010 05:07:11 -0700 (PDT) Sender: Markos Chandras Date: Sat, 14 Aug 2010 15:08:59 +0300 From: Markos Chandras To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS Message-ID: <20100814120859.GA28906@Mystical> References: <20100807163230.GA31575@Mystical> <1281201535.29176.45.camel@yamato.local> <20100810215352.GA7980@Mystical> <20100812103557.7833d5b8@gentoo.org> <20100813151142.GA21041@Mystical> <20100813214335.4f0b83b9@gentoo.org> <20100814004111.6ad51594@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Archives-Salt: 2d02eb2b-1197-4f94-8b73-aa1d51907ae0 X-Archives-Hash: 556f8d85319acde56efcec65b50dd1ec --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 14, 2010 at 02:40:40AM -0400, Mike Frysinger wrote: > On Sat, Aug 14, 2010 at 2:41 AM, Ryan Hill wrote: > > On Sat, 14 Aug 2010 00:14:28 -0400 Mike Frysinger wrote: > >> that's crap. =A0fix the package or at least work around it: > >> LDFLAGS=3D`echo ${LDFLAGS}` > >> > >> we shouldnt be forced to add random hacks throughout the tree because > >> of one or two random broken packages > > > > Yes, I meant don't commit it until someone fixes boost-build. =A0I just= did so > > go ahead. >=20 > sorry, i thought you meant that we should block the profile change indefi= nitely > -mike >=20 Now this doesn't seem to work ~$ cat development/gentoo-cvs/gentoo-x86/profiles/default/linux/amd64/dev/m= ake.defaults LDFLAGS=3D"${LDFLAGS} -Wl,--hash-style=3Dgnu" ~$ eselect profile list Available profile symlink targets: [1] default/linux/amd64/10.0 [2] default/linux/amd64/10.0/desktop [3] default/linux/amd64/10.0/desktop/gnome [4] default/linux/amd64/10.0/desktop/kde [5] default/linux/amd64/10.0/developer * * simple compile output * x86_64-pc-linux-gnu-g++ -O2 -march=3Dnative -pipe -Wall -ggdb -Wl,-O1 -Wl,--as-needed -c -D_GNU_SOURCE debugTracer.cpp However if I add the new make.defaults to default/linux/amd64/10.0/developer it works as expected Are you sure that default/linux/amd64/dev/ is the correct place to touch? --=20 Markos Chandras (hwoarang) Gentoo Linux Developer Web: http://hwoarang.silverarrow.org Key ID: 441AC410 Key FP: AAD0 8591 E3CD 445D 6411 3477 F7F7 1E8E 441A C410 --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEARECAAYFAkxmh1sACgkQ9/cejkQaxBAUfgCePFQqyqxKxKDH0GH+b/mr8E9b QNMAn1ePJ9BgnIyTQeKPkq8IbwcQ/xJa =xkGc -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z--