commit | 0bd86f3604aaacb96dc6bcc14be88749ab352782 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Wed Feb 12 15:16:39 2020 +0900 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue Mar 10 17:51:32 2020 +0100 |
tree | 3946da61dd45efacb5adec3117d18a713ae7cccf | |
parent | e89881f5329c0e9bb1a1149e5f5ed537510dfe5b [diff] |
arch: arm: aarch32: Allow selecting compiler instruction set This commit introduces the `COMPILER_ISA_THUMB2` symbol to allow choosing either the ARM or Thumb instruction set for C code compilation. In addition, this commit introduces the `ASSEMBLER_ISA_THUMB2` helper symbol to specify the default target instruction set for the assembler. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>