summaryrefslogtreecommitdiffstats
path: root/source-builder/config/gcc-common-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-02-07 15:22:16 +1100
committerChris Johns <chrisj@rtems.org>2018-02-08 08:56:13 +1100
commitf75dd49ce80d0dc4d0cb7478d29e224d3d8ad7c6 (patch)
tree3c3302f1eec624d90addebd85e521acdb1b51b70 /source-builder/config/gcc-common-1.cfg
parent4.10: Disable building the simulator in GDB for SPARC and LM32. (diff)
downloadrtems-source-builder-f75dd49ce80d0dc4d0cb7478d29e224d3d8ad7c6.tar.bz2
gcc: Use the RSB release for released tools.
Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3293
Diffstat (limited to 'source-builder/config/gcc-common-1.cfg')
-rw-r--r--source-builder/config/gcc-common-1.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/source-builder/config/gcc-common-1.cfg b/source-builder/config/gcc-common-1.cfg
index 0bf59b6..eafd958 100644
--- a/source-builder/config/gcc-common-1.cfg
+++ b/source-builder/config/gcc-common-1.cfg
@@ -42,6 +42,15 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%define disable_MAKEINFO 1
#
+# The GCC version depends on the type of build we are doing.
+#
+%if %{rsb_released}
+ %define rtems_gcc_version %{rsb_version}
+%else
+ %define rtems_gcc_version %{rtems_version}
+%endif
+
+#
# Prepare the source code.
#
%prep