[gobolinux-users] Migrating from Gentoo
Michael Homer
michael at gobolinux.org
Thu May 8 11:19:05 NZST 2008
On Thu, May 8, 2008 at 8:22 AM, Laurynas O. <mardukaz at gmail.com> wrote:
> >I have not used Gentoo, only touched it briefly, so could you explain the
> use of make.conf?
> Compiler optimizations (march, -pipe, -fomit-frame-pointer, etc,
> MAKEOPTS="-j3", ccache) and, well, USE flags. Can I set atleast
> optimizations for my processor in GoboLinux? :)
Flags are in /S/S/UseFlags.conf (but not many recipes use them just
yet, they are brand new), and you can set make options in
/S/S/Compile/Compile.conf with the "compileMakeCommand" variable:
compileMakeCommand="ColorMake -j2"
And GCC flags are set in /S/S/E/GCC-*, as was already said. You can
override them later if you prefer that to editing that file.
-Michael
More information about the gobolinux-users
mailing list