Hi Brian,

I believe, you have to change configure.in. Take this as example, how an
alpha might be detected (what $host has a alpha ??):

dnl x86 assembler
case "$host" in
i*86-*-*) have_x86=on ;;
*) have_x86=off ;;
esac


If the problem is related not to the processor, but to the compiler, a
something like  `cc -v | grep "DEC"`  or something like this could help.

- Holger



On Fri, 17 Dec 1999, Brian Paul wrote:

> 
> Someone reported a compiler flag problem using the GNU configure
> build method.
> 
> The flag -ieee_with_no_inexact must be used when compiling
> for the Alpha processor using the DEC compiler.  Otherwise
> there's a problem with FP exceptions.
> 
> The old-style Mesa makefiles did this but I'm not sure how to
> modify the config.sub or config.guess files to do the same.
> 
> Can anyone help?
> 
> -Brian
> 
> 
> _______________________________________________
> Mesa-dev maillist  -  [EMAIL PROTECTED]
> http://lists.mesa3d.org/mailman/listinfo/mesa-dev
> 



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to