This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: mknumeric_limits


On Feb 23, 2001, David Edelsohn <dje@watson.ibm.com> wrote:

> 	You meant ../../gcc/xgcc, not ../../gcc/gcc, right?  In other
> words, the patch fragment below.

> -: ${CXX:="$BUILD_DIR/../../gcc/g++ -B$BUILD_DIR/../../gcc/"}
> +: ${CC:="$BUILD_DIR/../../gcc/xgcc -B$BUILD_DIR/../../gcc/"}

And while you're at it, please change it to

CC=${CC="$BUILD_DIR/...."}

Unfortunately, `:=' isn't as portable as we'd like.  `: ${...=...}'
probably is, but I seem to recall some minor troubles in obscure OSs'
built-in shells, that caused autoconf to remain with VAR=${VAR=...} in
config.cache.  More details in CVS autoconf's manual.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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