[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config.make
From: |
Nicola Pero |
Subject: |
Re: config.make |
Date: |
Thu, 5 Jun 2003 10:00:59 +0100 (BST) |
> Hi,
>
> why does config.make override the CC I specify on the commandline?
>
> :0> CC=gcc32 gmake
Good question :-) - try with -
gmake CC=gcc32
note that CC=gcc32 should be *after*, not *before*, the make command if
you want to manually override a variable defined in the makefiles.
- config.make, Chris B. Vetter, 2003/06/03
- Re: config.make,
Nicola Pero <=