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 368871381F3 for ; Thu, 11 Jul 2013 15:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20C3BE09F1; Thu, 11 Jul 2013 15:11:44 +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 B1FA5E09F1 for ; Thu, 11 Jul 2013 15:11:43 +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 451CD33E9EF for ; Thu, 11 Jul 2013 15:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1745E468F for ; Thu, 11 Jul 2013 15:11:40 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1373555479.06d09851bc2899263b7e0cde278be626674e750e.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: eclass/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: eclass/freebsd.eclass X-VCS-Directories: eclass/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: 06d09851bc2899263b7e0cde278be626674e750e X-VCS-Branch: master Date: Thu, 11 Jul 2013 15:11:40 +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: ee201b51-cf99-40f4-aa01-94de7f38f4cf X-Archives-Hash: d1f441647d2918f2c0de975f08bb065e commit: 06d09851bc2899263b7e0cde278be626674e750e Author: Yuta SATOH gentoo gr jp> AuthorDate: Thu Jul 11 15:11:19 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Thu Jul 11 15:11:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=06d09851 freebsd.eclass: syncd Revision 1.29 --- eclass/freebsd.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index 43a3334..5ca3778 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -174,8 +174,6 @@ freebsd_multilib_multibuild_wrapper() { mymakeopts="${mymakeopts} TARGET=${target} MACHINE=${target} MACHINE_ARCH=${target} SHLIBDIR=/usr/$(get_libdir) LIBDIR=/usr/$(get_libdir)" if use multilib && [ "${ABI}" != "${DEFAULT_ABI}" ] ; then mymakeopts="${mymakeopts} COMPAT_32BIT=" - # Teach gcc where to find crt* files. - export LDFLAGS="${LDFLAGS} -L/usr/$(get_libdir) -B/usr/$(get_libdir)" fi einfo "Building for ABI=${ABI} and TARGET=${target}"