[Buildroot] svn commit: trunk/buildroot/toolchain/external-toolchain

Hamish Moffatt hamish at cloud.net.au
Tue Jun 17 04:23:19 UTC 2008


On Mon, Jun 16, 2008 at 05:22:46AM -0700, jacmet at uclibc.org wrote:
>  config BR2_TOOLCHAIN_EXTERNAL_PATH
>  	string "External toolchain path"
> -	default ""
> +	default "/path/to/staging_dir/usr"
>  	help
>  	  Path to where the external toolchain is installed.

I've set this to "$(BR2_STAGING_DIR)/usr" here, which might be a good
default?

>  config BR2_TOOLCHAIN_EXTERNAL_PREFIX
>  	string "External toolchain prefix"
> -	default ""
> +	default "$(ARCH)-linux"
>  	help
>  	  This the the external toolchain prefix. For example:
>  	    armeb-unknown-linux-gnu, mipsel-unknown-linux-gnu, etc.

Probably not a useful default, given that all the examples have -gnu etc
after them? Mine is armeb-linux-uclibcgnu here; again you can probably
construct something like "$(ARCH)-$(BR2_GNU_TARGET_SUFFIX)".


thanks
Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list