This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can I compile with MMX and SSE/SSE2 instruction sets ?


On 27 Jun 2012, Allin Cottrell outgrape:

> On Wed, 27 Jun 2012, Timothy Madden wrote:
>> I tried to type
>> 	env LANGUAGE=C LC_ALL=C install_root=$HOME/usr make install
>>
>> and after that my system would not boot anymore.
>
> Not sure about this, but maybe the order on the command line may matter. All the uses of "install_root" that I've seen place it
> after "make":
>
> make install_root=whatever install

It's an override of a make variable, not an environment variable, so it
has to be after the 'make' (as a parameter to make(1), not an
environment variable setting), yes.

-- 
NULL && (void)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]