From: Thomas Petazzoni Date: Fri, 2 Aug 2019 20:51:46 +0000 (+0200) Subject: support/config-fragments/autobuild: rename br-riscv64-musl config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5893254055610e416316803de0095b0ce6f03f6;p=buildroot.git support/config-fragments/autobuild: rename br-riscv64-musl config For internal toolchains, we have a policy of naming the files with "internal", to clearly distinguish them from external toolchain configurations. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/support/config-fragments/autobuild/br-riscv64-internal-musl.config b/support/config-fragments/autobuild/br-riscv64-internal-musl.config new file mode 100644 index 0000000000..89e7afb276 --- /dev/null +++ b/support/config-fragments/autobuild/br-riscv64-internal-musl.config @@ -0,0 +1,3 @@ +BR2_riscv=y +BR2_TOOLCHAIN_BUILDROOT_MUSL=y +BR2_TOOLCHAIN_BUILDROOT_CXX=y diff --git a/support/config-fragments/autobuild/br-riscv64-musl.config b/support/config-fragments/autobuild/br-riscv64-musl.config deleted file mode 100644 index 89e7afb276..0000000000 --- a/support/config-fragments/autobuild/br-riscv64-musl.config +++ /dev/null @@ -1,3 +0,0 @@ -BR2_riscv=y -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_CXX=y