summaryrefslogtreecommitdiffstats
path: root/support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-21 03:05:23 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-25 23:02:57 +0200
commitff10c72920a3c5bb92e8a894ef27cc23112459fa (patch)
treef9374f40c2f6d192debff5221bd46cae519fbc6d /support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config
parent8cae6ac3e31ea4c32356e6ceee70375e04fd70be (diff)
downloadbuildroot-ff10c72920a3c5bb92e8a894ef27cc23112459fa.tar.gz
buildroot-ff10c72920a3c5bb92e8a894ef27cc23112459fa.zip
support: add autobuild toolchain config fragments
We currently have a list of toolchain configurations that are used by the autobuilders at [1]. However, this makes it a little more difficult for people to use these configurations, and also to have a different list of configurations for different branches. For example if a new architecture is introduced, the 2017.02.x branch doesn't have support for this architecture yet so it shouldn't try to run those configs. Therefore, include the autobuild config fragments directly in Buildroot, so they can be branched together with the rest. We create a new directory under support/ to store them. Generated with wget -nd --no-parent --recursive http://autobuild.buildroot.net/toolchains/configs/ The index.html file is removed. The toolchain-configs.csv file is adapted so the URLs become relative paths pointing to the config fragments. [1] http://autobuild.buildroot.net/toolchains/configs/toolchain-configs.csv Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config')
-rw-r--r--support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config b/support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config
new file mode 100644
index 0000000000..942a1b13b5
--- /dev/null
+++ b/support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config
@@ -0,0 +1,11 @@
+BR2_mips64el=y
+BR2_MIPS_NABI64=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
+BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
+BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/mips64el-ctng_n64-linux-gnu.tar.xz"
+BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="mips64el-ctng_n64-linux-gnu"
+BR2_TOOLCHAIN_EXTERNAL_GCC_4_8=y
+BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_9=y
+BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
+BR2_TOOLCHAIN_EXTERNAL_CXX=y
OpenPOWER on IntegriCloud