summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-04 07:16:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-05 12:52:06 +0100
commit82451debbe22055834e4aed78211f1002b4c197f (patch)
treeb6c95db51db45893749eae910bf718e51eaec7ce
parent6: Update unstable RTEMS 6 tool chain (diff)
downloadrtems-source-builder-82451debbe22055834e4aed78211f1002b4c197f.tar.bz2
5: Update to Binutils 2.33.1
-rw-r--r--rtems/config/5/rtems-default.bset2
-rw-r--r--rtems/config/5/rtems-epiphany.bset2
-rw-r--r--rtems/config/5/rtems-or1k.bset2
-rw-r--r--rtems/config/5/rtems-riscv.bset2
-rw-r--r--rtems/config/5/rtems-x86_64.bset2
-rw-r--r--rtems/config/tools/rtems-binutils-2.33.1.cfg27
6 files changed, 32 insertions, 5 deletions
diff --git a/rtems/config/5/rtems-default.bset b/rtems/config/5/rtems-default.bset
index 8640499..6e3866a 100644
--- a/rtems/config/5/rtems-default.bset
+++ b/rtems/config/5/rtems-default.bset
@@ -17,6 +17,6 @@
devel/expat-2.1.0-1
tools/rtems-gdb-8.3-1
-tools/rtems-binutils-2.32
+tools/rtems-binutils-2.33.1
tools/rtems-gcc-fb371a33fa6-newlib-6661a67
tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-epiphany.bset b/rtems/config/5/rtems-epiphany.bset
index ca11966..a2823b9 100644
--- a/rtems/config/5/rtems-epiphany.bset
+++ b/rtems/config/5/rtems-epiphany.bset
@@ -33,7 +33,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
-tools/rtems-binutils-2.32
+tools/rtems-binutils-2.33.1
tools/rtems-gcc-fb371a33fa6-newlib-6661a67
tools/rtems-gdb-7.8.1-1
tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
index 059c2a2..6b51ee2 100644
--- a/rtems/config/5/rtems-or1k.bset
+++ b/rtems/config/5/rtems-or1k.bset
@@ -10,6 +10,6 @@
devel/expat-2.1.0-1
tools/rtems-gdb-8.2.1-1
-tools/rtems-binutils-2.32
+tools/rtems-binutils-2.33.1
tools/rtems-gcc-9.2.0-newlib-6661a67
tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-riscv.bset b/rtems/config/5/rtems-riscv.bset
index 8ee9d26..9db5f35 100644
--- a/rtems/config/5/rtems-riscv.bset
+++ b/rtems/config/5/rtems-riscv.bset
@@ -11,7 +11,7 @@
devel/expat-2.1.0-1
tools/rtems-gdb-8.3-1
-tools/rtems-binutils-2.32
+tools/rtems-binutils-2.33.1
tools/rtems-gcc-9.2.0-newlib-6661a67
tools/rtems-tools-5-1
devel/sis-2-1
diff --git a/rtems/config/5/rtems-x86_64.bset b/rtems/config/5/rtems-x86_64.bset
index 9cc38b5..6932994 100644
--- a/rtems/config/5/rtems-x86_64.bset
+++ b/rtems/config/5/rtems-x86_64.bset
@@ -8,6 +8,6 @@
devel/expat-2.1.0-1
tools/rtems-gdb-8.2.1-1
-tools/rtems-binutils-2.32
+tools/rtems-binutils-2.33.1
tools/rtems-gcc-9.2.0-newlib-6661a67
tools/rtems-tools-5-1
diff --git a/rtems/config/tools/rtems-binutils-2.33.1.cfg b/rtems/config/tools/rtems-binutils-2.33.1.cfg
new file mode 100644
index 0000000..bb0ed91
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-2.33.1.cfg
@@ -0,0 +1,27 @@
+#
+# Binutils 2.33.1
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.33.1
+
+%hash sha512 binutils-%{binutils_version}.tar.bz2 bfdbb49a9002dd9bae8ab3c9347e05bd968ad97837c3e71b046eb8721c45a73db01f880dbdf0911bb37a97be37d6cc3b26d0855964a011f593ccbf1d08641c87
+
+#
+# Enable deterministic archives by default. This will be the default
+# there all tools using this binutils will create deterministic
+# archives.
+#
+%define with_deterministic_archives 1
+
+#
+# Enable 64-bit BFD support
+#
+%define with_64_bit_bfd 1
+
+#
+# The binutils build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/binutils-2-1.cfg