From c48319e65f588179a640bc5b998b6c7ecec487f6 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 2 Feb 2022 17:38:53 -0800 Subject: Rename moxiebox to match its tuple Signed-off-by: Alexey Neyman --- samples/moxie-unknown-moxiebox/crosstool.config | 7 +++++++ samples/moxie-unknown-moxiebox/reported.by | 3 +++ samples/moxiebox/crosstool.config | 7 ------- samples/moxiebox/reported.by | 3 --- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 samples/moxie-unknown-moxiebox/crosstool.config create mode 100644 samples/moxie-unknown-moxiebox/reported.by delete mode 100644 samples/moxiebox/crosstool.config delete mode 100644 samples/moxiebox/reported.by diff --git a/samples/moxie-unknown-moxiebox/crosstool.config b/samples/moxie-unknown-moxiebox/crosstool.config new file mode 100644 index 00000000..fe08882d --- /dev/null +++ b/samples/moxie-unknown-moxiebox/crosstool.config @@ -0,0 +1,7 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_MOXIE=y +CT_ARCH_LE=y +CT_DEBUG_GDB=y +CT_GDB_CROSS_SIM=y +# CT_GDB_CROSS_PYTHON is not set diff --git a/samples/moxie-unknown-moxiebox/reported.by b/samples/moxie-unknown-moxiebox/reported.by new file mode 100644 index 00000000..b9de4f71 --- /dev/null +++ b/samples/moxie-unknown-moxiebox/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Moxie toolchain with moxiebox+newlib as the C library." diff --git a/samples/moxiebox/crosstool.config b/samples/moxiebox/crosstool.config deleted file mode 100644 index fe08882d..00000000 --- a/samples/moxiebox/crosstool.config +++ /dev/null @@ -1,7 +0,0 @@ -CT_CONFIG_VERSION="4" -CT_EXPERIMENTAL=y -CT_ARCH_MOXIE=y -CT_ARCH_LE=y -CT_DEBUG_GDB=y -CT_GDB_CROSS_SIM=y -# CT_GDB_CROSS_PYTHON is not set diff --git a/samples/moxiebox/reported.by b/samples/moxiebox/reported.by deleted file mode 100644 index b9de4f71..00000000 --- a/samples/moxiebox/reported.by +++ /dev/null @@ -1,3 +0,0 @@ -reporter_name="Alexey Neyman" -reporter_url="" -reporter_comment="Moxie toolchain with moxiebox+newlib as the C library." -- cgit v1.2.3