From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1B781381F3 for ; Sun, 18 Nov 2012 07:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7251B21C078; Sun, 18 Nov 2012 07:57:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E644D21C078 for ; Sun, 18 Nov 2012 07:56:59 +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 090CB33D8DC for ; Sun, 18 Nov 2012 07:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F363E5436 for ; Sun, 18 Nov 2012 07:56:57 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1353225385.20cb71d3cc20d4cd425ac6ab358fe6a16248af6c.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 20cb71d3cc20d4cd425ac6ab358fe6a16248af6c X-VCS-Branch: master Date: Sun, 18 Nov 2012 07:56:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9e68fe3-1643-49de-93fc-e2af9807bfd2 X-Archives-Hash: f9f16cdc510d51c4c755132467febed6 commit: 20cb71d3cc20d4cd425ac6ab358fe6a16248af6c Author: Mike Frysinger gentoo org> AuthorDate: Sun Nov 18 07:55:25 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Nov 18 07:56:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=20cb71d3 crossdev: clean out a few more gcc wrappers Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crossdev b/crossdev index e914347..3045e0a 100755 --- a/crossdev +++ b/crossdev @@ -341,8 +341,8 @@ uninstall() { # clean out known toolchain files (binutils/gcc) for f in \ addr2line ar as c++filt dlltool dllwrap embedspu \ - gprof ld nm objcopy objdump ranlib readelf \ - size strings strip windmc windres + gcc-{ar,nm,ranlib} gccbug gprof ld nm objcopy objdump \ + ranlib readelf size strings strip windmc windres do rm -f /usr/bin/${CTARGET}-${f} /usr/${CTARGET}/bin/${f} done