GHS: Support ARM, PPC, 86 architectures

-- Update -A option to choose target architecture.
-- Update commentary about which variables are used to control toolset and target settings
-- Remove setting CMAKE_SYSTEM_PROCESSOR because the value is overwritten to be "" by subsequent CMAKE processing
This commit is contained in:
Fred Baksik
2018-07-07 07:27:21 -04:00
parent 4330f10186
commit 5d40d2b44f
5 changed files with 32 additions and 5 deletions
+6
View File
@@ -3,6 +3,12 @@ Green Hills MULTI
Generates Green Hills MULTI project files (experimental, work-in-progress).
Customizations that are used to pick toolset and target system:
The ``-A <arch>`` can be supplied for setting the target architecture.
``<arch>`` usually is one of "arm", "ppc", "86", etcetera. If the target architecture
is not specified then the default architecture of "arm" will be used.
Customizations are available through the following cache variables:
* ``GHS_BSP_NAME``