summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-29 07:23:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-29 07:23:54 +0100
commit6d9c77c77d271d1fc2dfe8493d6713930b52a6dd (patch)
treef5fd960230544f1eec558e585378bc2478e5e786
parent5: Update to Newlib 3.0.0 and GCC 7.3 (diff)
downloadrtems-source-builder-6d9c77c77d271d1fc2dfe8493d6713930b52a6dd.tar.bz2
5: Update to Binutils 2.30
-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-m32c.bset2
-rw-r--r--rtems/config/5/rtems-or1k.bset2
-rw-r--r--rtems/config/5/rtems-riscv32.bset2
-rw-r--r--rtems/config/5/rtems-riscv64.bset2
-rw-r--r--rtems/config/tools/rtems-binutils.cfg27
7 files changed, 33 insertions, 6 deletions
diff --git a/rtems/config/5/rtems-default.bset b/rtems/config/5/rtems-default.bset
index 1056e2c..bb1a123 100644
--- a/rtems/config/5/rtems-default.bset
+++ b/rtems/config/5/rtems-default.bset
@@ -10,7 +10,7 @@
5/rtems-autotools
devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
tools/rtems-gcc
tools/rtems-gdb-8.0.1-1
tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-epiphany.bset b/rtems/config/5/rtems-epiphany.bset
index 940e1d4..f2c7230 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.29-1
+tools/rtems-binutils
tools/rtems-gcc
tools/rtems-gdb-7.8.1-1
tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-m32c.bset b/rtems/config/5/rtems-m32c.bset
index 9141403..4f0284d 100644
--- a/rtems/config/5/rtems-m32c.bset
+++ b/rtems/config/5/rtems-m32c.bset
@@ -40,7 +40,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
tools/rtems-gcc-m32c
tools/rtems-gdb-8.0.1-1
tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
index 8b20380..b7a52e1 100644
--- a/rtems/config/5/rtems-or1k.bset
+++ b/rtems/config/5/rtems-or1k.bset
@@ -32,7 +32,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
tools/rtems-gcc-or1k
tools/rtems-tools-5-1
tools/rtems-gdb-7.11-2
diff --git a/rtems/config/5/rtems-riscv32.bset b/rtems/config/5/rtems-riscv32.bset
index 6ec33e8..78eab87 100644
--- a/rtems/config/5/rtems-riscv32.bset
+++ b/rtems/config/5/rtems-riscv32.bset
@@ -10,7 +10,7 @@
5/rtems-autotools
devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
tools/rtems-gcc
tools/rtems-tools-5-1
tools/rtems-kernel-5
diff --git a/rtems/config/5/rtems-riscv64.bset b/rtems/config/5/rtems-riscv64.bset
index 57176fe..df44a05 100644
--- a/rtems/config/5/rtems-riscv64.bset
+++ b/rtems/config/5/rtems-riscv64.bset
@@ -10,7 +10,7 @@
5/rtems-autotools
devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
tools/rtems-gcc
tools/rtems-tools-5-1
tools/rtems-kernel-5
diff --git a/rtems/config/tools/rtems-binutils.cfg b/rtems/config/tools/rtems-binutils.cfg
new file mode 100644
index 0000000..b65d1ac
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils.cfg
@@ -0,0 +1,27 @@
+#
+# Binutils 2.30.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.30
+
+%hash sha512 binutils-%{binutils_version}.tar.bz2 c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c
+
+#
+# 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