mknumeric_limits

Alexandre Oliva aoliva@redhat.com
Fri Feb 23 11:04:00 GMT 2001


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



More information about the Gcc mailing list