aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2021-10-19 10:43:21 -0700
committerChris Packham <judge.packham@gmail.com>2022-05-12 20:58:57 +1200
commit4ad0620fcdd8e7ff3148286e7ea2d431e9546176 (patch)
treebf0b22d6d8be3dd2b8ca7acd614719d0d6d790e2 /samples
parent1da7698b7cce647a91cbb885d1ec9da69a45a1df (diff)
downloadcrosstool-ng-4ad0620fcdd8e7ff3148286e7ea2d431e9546176.tar.gz
crosstool-ng-4ad0620fcdd8e7ff3148286e7ea2d431e9546176.tar.bz2
crosstool-ng-4ad0620fcdd8e7ff3148286e7ea2d431e9546176.zip
Add sample arm-none-eabi
This is the triplet used by the Arm Embedded Toolkit as well as Debian. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/arm-none-eabi/crosstool.config14
-rw-r--r--samples/arm-none-eabi/reported.by3
2 files changed, 17 insertions, 0 deletions
diff --git a/samples/arm-none-eabi/crosstool.config b/samples/arm-none-eabi/crosstool.config
new file mode 100644
index 00000000..c4411b04
--- /dev/null
+++ b/samples/arm-none-eabi/crosstool.config
@@ -0,0 +1,14 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_ARM=y
+CT_ARCH_FLOAT_SW=y
+CT_TARGET_CFLAGS="-ftls-model=local-exec"
+CT_LIBC_NEWLIB_IO_C99FMT=y
+CT_LIBC_NEWLIB_IO_LL=y
+CT_LIBC_NEWLIB_IO_FLOAT=y
+CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
+CT_CC_LANG_CXX=y
+CT_COMP_LIBS_NEWLIB_NANO=y
+CT_COMP_LIBS_PICOLIBC=y
+CT_MULTILIB=y
+CT_CC_GCC_MULTILIB_LIST="rmprofile aprofile"
+CT_TARGET_VENDOR="none"
diff --git a/samples/arm-none-eabi/reported.by b/samples/arm-none-eabi/reported.by
new file mode 100644
index 00000000..94ac5823
--- /dev/null
+++ b/samples/arm-none-eabi/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Keith Packard"
+reporter_url="https://keithp.com/"
+reporter_comment="Multi-lib version of arm-unknown-eabi"