[rtems-source-builder commit] Enable 64-bit BFD support. Needed on 32bit hosts
Joel Sherrill
joel at rtems.org
Thu Oct 12 02:18:40 UTC 2017
Module: rtems-source-builder
Branch: master
Commit: c4b6bf0d6ddc0b57a5c091bb8d4ae0961293c48a
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=c4b6bf0d6ddc0b57a5c091bb8d4ae0961293c48a
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Wed Oct 11 07:07:23 2017 -0500
Enable 64-bit BFD support. Needed on 32bit hosts
Closes #3157.
---
rtems/config/tools/rtems-binutils-2.29-1.cfg | 5 +++++
source-builder/config/binutils-2-1.cfg | 1 +
2 files changed, 6 insertions(+)
diff --git a/rtems/config/tools/rtems-binutils-2.29-1.cfg b/rtems/config/tools/rtems-binutils-2.29-1.cfg
index 6941ebb..87580f8 100644
--- a/rtems/config/tools/rtems-binutils-2.29-1.cfg
+++ b/rtems/config/tools/rtems-binutils-2.29-1.cfg
@@ -20,6 +20,11 @@
%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
diff --git a/source-builder/config/binutils-2-1.cfg b/source-builder/config/binutils-2-1.cfg
index 539f076..0b4101d 100644
--- a/source-builder/config/binutils-2-1.cfg
+++ b/source-builder/config/binutils-2-1.cfg
@@ -70,6 +70,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--target=%{_target} \
--verbose --disable-nls \
%{?with_deterministic_archives:--enable-deterministic-archives} \
+ %{?with_64_bit_bfd:--enable-64-bit-bfd} \
%{?with_gold:--enable-gold=yes} \
%{?with_lto:--enable-lto --enable-plugins}%{!?with_lto:--disable-lto} \
--without-included-gettext \
More information about the vc
mailing list