Files
Anas Nashif 195dd3d7c1 toolchains: combine host variants
Combine toolchains provided by the host into one variant. This includes
both gcc and llvm installationt typically coming from the distribution
(on Linux).

Both gcc and llvm are now part of the 'host' variant, the default is the
gnu compiler, so setting

	ZEPHYR_TOOLCHAIN_VARIANT=host

Will select the gnu compiler. To select llvm or any other compuler
provided in this variant, use the follwoing format:

	ZEPHYR_TOOLCHAIN_VARIANT=<variant>/<compiler>

The following will select llvm:

	ZEPHYR_TOOLCHAIN_VARIANT=host/llvm

Although gnu is the default, it can also be selected using the above
syntax:

	ZEPHYR_TOOLCHAIN_VARIANT=host/gcc

This commit removes the llvm variant for now, it should be deperecated
in another commit to follow.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-12-16 17:13:34 +09:00
..
2025-07-01 10:58:54 -10:00
2025-12-12 09:56:43 -05:00
2025-03-11 18:54:24 +01:00
2025-12-12 04:54:53 -05:00
2025-12-01 12:23:41 -05:00
2025-11-14 15:25:13 +02:00
2025-07-21 09:19:14 -04:00
2025-12-08 15:02:29 -05:00
2025-12-05 13:39:15 +02:00
2025-11-15 11:30:32 +01:00
2025-12-12 04:54:53 -05:00
2025-10-22 09:02:38 +02:00
2025-10-22 09:02:38 +02:00