mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-20 13:40:24 -06:00
-- Update test suite so that CMake can use multiple toolsets
CMake_TEST_GreenHillsMULTI_config
ghs_config_name
ghs_target_arch
ghs_tools
ghs_toolset_name
ghs_os_root
ghs_os_dir
ghs_target_platform
ghs_bsp_name
-- Change ARM Integrity test to generic Integrity test
Add Monolithic build test
-- Add other GHS generator tests
16 lines
444 B
C
16 lines
444 B
C
#include "INTEGRITY.h"
|
|
#include "boottable.h"
|
|
|
|
void main()
|
|
{
|
|
Exit(0);
|
|
}
|
|
|
|
/* This global table will be filled in during the Integrate phase with */
|
|
/* information about the AddressSpaces, Tasks, and Objects that are to be */
|
|
/* created. If you do not plan to use Integrate, you may omit this file from
|
|
*/
|
|
/* the kernel, and the boot table code will then not be included. */
|
|
|
|
GlobalTable TheGlobalTable = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 };
|