> From: Gaetan Nadon <[email protected]>
> Date: Sun, 02 Jan 2011 08:58:03 -0500
> 
> Using x86*64* rather than x86_64 is misleading to the user as it
> implies there are a large number of possibilities.
> 
> Use the values from config.guess which are known to be accurate.
> 
> Signed-off-by: Gaetan Nadon <[email protected]>
> ---
>  build.sh |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> @@ -804,14 +804,14 @@ build_driver_video() {
>  
>      # Some drivers are only buildable on some architectures
>      case $HOST_CPU in
> -     *sparc*)
> +     sparc)
>           build driver xf86-video-suncg14
>           build driver xf86-video-suncg3
>           build driver xf86-video-suncg6
>           build driver xf86-video-sunleo
>           build driver xf86-video-suntcx
>           ;;

This bit is almost certainly not correct.  The canonical HOST_CPU
value for 64-bit SPARC (aka SPARC V9) is sparc64.
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to