summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-11-16 10:22:23 +1100
committerChris Johns <chrisj@rtems.org>2022-11-16 10:22:23 +1100
commit1116c5f85fb5dceca4a57c1b69195b6e9215b084 (patch)
treece05ddf5eabe4e0c32f98b0627512ceef9f3a7fb
parentrtems: Update source and patch URLs to valid locations (diff)
downloadrtems-source-builder-1116c5f85fb5dceca4a57c1b69195b6e9215b084.tar.bz2
rtems: Add back gcc-4.6 build configuration5.2
Updates #4715
-rw-r--r--source-builder/config/gcc-4.6-1.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/source-builder/config/gcc-4.6-1.cfg b/source-builder/config/gcc-4.6-1.cfg
new file mode 100644
index 0000000..cecfdb5
--- /dev/null
+++ b/source-builder/config/gcc-4.6-1.cfg
@@ -0,0 +1,28 @@
+#
+# GCC 4.6 Version 1.
+#
+# This configuration file configure's, make's and install's gcc. It uses
+# newlib, MPFR, MPC, and GMP in a one-tree build configuration.
+#
+
+#
+# Source
+#
+#
+# GCC core and G++
+#
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
+
+%if %{enable_cxx}
+ %source add gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.gz
+%endif
+
+#
+# Newlib
+#
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+
+#
+# GCC Common build script.
+#
+%include %{_configdir}/gcc-common-1.cfg