summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa...
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 14:09:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 14:09:59 +0100
commit30da0c720b78eba16a3f5272206c07415368617b (patch)
treed28fc0b40ae072fdccb7c0e4ab66d01cd093bea7 /rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f.cfg
parent5: Use in-tree ISL libraries for GCC (diff)
downloadrtems-source-builder-30da0c720b78eba16a3f5272206c07415368617b.tar.bz2
5: Update Newlib
Fix v850 target issue related to the new -fdata-sections build. Remove <machine/param.h> include from <sys/_cpuset.h>.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f.cfg b/rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f.cfg
new file mode 100644
index 0000000..ebd78da
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f.cfg
@@ -0,0 +1,20 @@
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gcc_version 62cab5089882f91865e9040672f7932ae8d09db1
+%define gcc_external 1
+%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
+%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
+%hash sha512 %{gcc_expand_name}.tar.gz bae48539c8f45f1b8c1876838232b9048d33dd01b321f4159a8321328590c52b343f70559e1549d55cf9ab71fd82ebfda94c42027cbabe9634fe18a1da89b492
+
+%define newlib_version 2ab57ad59bc35dafffa69cd4da5e228971de069f
+%define newlib_external 1
+%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
+%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
+%hash sha512 newlib-%{newlib_version}.tar.gz e8c33201fda8182151513c9f1a5bfc6198b33ec1c844f150751532f1a9ee00b2d5dd2de29ae315a7b9c397e43c83d82263839faad482044fde0345d14c19882f
+
+%define with_threads 1
+%define with_plugin 0
+%define with_iconv 1
+
+%include %{_configdir}/gcc-9.cfg