From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1864 invoked from network); 6 Dec 2004 02:14:17 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 6 Dec 2004 02:14:17 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.41) id 1Cb8OG-00034x-Vz for arch-gentoo-user@lists.gentoo.org; Mon, 06 Dec 2004 02:14:17 +0000 Received: (qmail 24116 invoked by uid 89); 6 Dec 2004 02:14:01 +0000 Mailing-List: contact gentoo-user-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail Reply-To: gentoo-user@lists.gentoo.org X-BeenThere: gentoo-user@gentoo.org Received: (qmail 32059 invoked from network); 6 Dec 2004 02:14:00 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=tM/JqpZF2ZcHcPgih31GMNqAaeRHzfZHBkVYuU9uZTEx++sNH/PSMLYI3LNFOMvrSfJWAtWBFbEEjKR80dyp8ck8tH6yfM88Lyp8W0rVK8zLOrFETL5r6wnLsq8KYtdCieKPTZBK7kzB3d1FCycWN8yAV1saoDyK0JCU8V3kYmg= Message-ID: Date: Sun, 5 Dec 2004 20:48:14 -0500 From: Charles Pittman Reply-To: Charles Pittman To: gentoo-user Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [gentoo-user] (Possibly) a problem with gcc X-Archives-Salt: 85c7c7d3-1843-404d-a0f8-f64fe7b1280f X-Archives-Hash: 77b4b380ff7993f122db883442dbe61c I recently ran 'emerge -u world' and gcc happens to be in my world file. Every program I've emerged since has had a bin in /usr/bin/ as i686-pc-linux-gnu-* Here are the relevant lines of /etc/make.conf : CFLAGS="-Os -march=pentium-m -mtune=pentium-m -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden" LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" USE="-qt -kde gtk gtk2 gnome doc mmx sse sse2" And the output of 'gcc-config -l' : [1] i686-pc-linux-gnu-3.3.4 [2] i686-pc-linux-gnu-3.4.3 * [3] i686-pc-linux-gnu-3.4.3-hardened [4] i686-pc-linux-gnu-3.4.3-hardenednopie [5] i686-pc-linux-gnu-3.4.3-hardenednossp -- gentoo-user@gentoo.org mailing list