[Mesa-dev] [PATCH 2/4] docs: remove redundant parameter for scons build basic testing

Eric Engestrom eric.engestrom at imgtec.com
Mon Jul 10 11:12:27 UTC 2017


On Saturday, 2017-07-08 22:59:39 +0300, Andres Gomez wrote:
> toolchain=crossmingw is the default option for platform=windows when
> invoking scons.

Has that always been true though? Or at least since the minimal scons
version supported?

> 
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
>  docs/releasing.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/releasing.html b/docs/releasing.html
> index ceb6e365e4..8e6e4d1a6d 100644
> --- a/docs/releasing.html
> +++ b/docs/releasing.html
> @@ -450,7 +450,7 @@ Here is one solution that I've been using.
>  	# You may need to unset LLVM if you set it before:
>  	# unset LLVM_CONFIG
>  	tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
> -	scons platform=windows toolchain=crossmingw
> +	scons platform=windows
>  	cd .. && rm -rf mesa-$__version
>  
>  	# Test the automake binaries
> -- 
> 2.11.0
> 


More information about the mesa-dev mailing list