Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] emake
Date: Tue, 16 Sep 2003 13:45:46
Message-Id: 200309160945.48889.vapier@gentoo.org
In Reply to: [gentoo-dev] emake by chomats
1 On Tuesday 16 September 2003 09:42, chomats wrote:
2 > How to specifie somes arguments to make command. The 'MAKEOPTS' variable
3 > in make.conf doesn't work.
4 > The emerge command doesn't pass the value of this variable to the make
5 > command.
6 > I want add this arguments CCLD='g++' to resolve the link error with gcc
7 > 3.3.1
8 > Thanks
9 > Stephane.
10
11 only ebuilds that use emake will pass MAKEOPTS ...
12 otherwise you have to edit the ebuild yourself or manipulate the environment
13 or something similar
14 -mike