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 1RxKA3-0000sG-Ra for garchives@archives.gentoo.org; Tue, 14 Feb 2012 15:19:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32631E099D; Tue, 14 Feb 2012 15:19:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 00999E099D for ; Tue, 14 Feb 2012 15:19:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E9B31B400D for ; Tue, 14 Feb 2012 15:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2C9BCE5400 for ; Tue, 14 Feb 2012 15:19:08 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1329232726.2aaec0200dca255707f965da00e1b914016c22ea.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/, sys-libs/uclibc/files/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-libs/uclibc/files/uclibc-i386.config sys-libs/uclibc/files/uclibc-i686.config sys-libs/uclibc/uclibc-0.9.32.1.ebuild X-VCS-Directories: sys-libs/uclibc/ sys-libs/uclibc/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2aaec0200dca255707f965da00e1b914016c22ea X-VCS-Branch: uclibc Date: Tue, 14 Feb 2012 15:19:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3c9161ea-6a15-49e9-960a-f6f32d851eea X-Archives-Hash: 67844bbe245bcf0ba31681c504ddc556 commit: 2aaec0200dca255707f965da00e1b914016c22ea Author: Anthony G. Basile gentoo org> AuthorDate: Tue Feb 14 15:18:46 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Feb 14 15:18:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D2aaec020 Switch from i386 to i686-gentoo-linux-uclibc (Portage version: 2.1.10.44/git/Linux x86_64, signed Manifest commit with= key 0xD0455535) --- .../{uclibc-i386.config =3D> uclibc-i686.config} | 2 +- sys-libs/uclibc/uclibc-0.9.32.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/uclibc/files/uclibc-i386.config b/sys-libs/uclibc/f= iles/uclibc-i686.config similarity index 99% rename from sys-libs/uclibc/files/uclibc-i386.config rename to sys-libs/uclibc/files/uclibc-i686.config index d9a07a7..df74cfb 100644 --- a/sys-libs/uclibc/files/uclibc-i386.config +++ b/sys-libs/uclibc/files/uclibc-i686.config @@ -251,7 +251,7 @@ UCLIBC_BUILD_NOEXECSTACK=3Dy # # uClibc development/debugging options # -CROSS_COMPILER_PREFIX=3D"i386-gentoo-linux-uclibc-" +CROSS_COMPILER_PREFIX=3D"i686-gentoo-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=3D"" # DODEBUG is not set DOSTRIP=3Dy diff --git a/sys-libs/uclibc/uclibc-0.9.32.1.ebuild b/sys-libs/uclibc/ucl= ibc-0.9.32.1.ebuild index ed2f555..1431bd1 100644 --- a/sys-libs/uclibc/uclibc-0.9.32.1.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.32.1.ebuild @@ -29,7 +29,7 @@ src_prepare() { src_configure() { case ${ARCH} in x86) - cp "${FILESDIR}"/uclibc-i386.config .config || die "could not copy co= nfig file" + cp "${FILESDIR}"/uclibc-i686.config .config || die "could not copy co= nfig file" ;; amd64) cp "${FILESDIR}"/uclibc-amd64.config .config || die "could not copy c= onfig file"