summaryrefslogtreecommitdiffstats
path: root/source-builder/config/gcc-6-1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/config/gcc-6-1.cfg')
-rw-r--r--source-builder/config/gcc-6-1.cfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/source-builder/config/gcc-6-1.cfg b/source-builder/config/gcc-6-1.cfg
new file mode 100644
index 0000000..9f75d6e
--- /dev/null
+++ b/source-builder/config/gcc-6-1.cfg
@@ -0,0 +1,31 @@
+#
+# GCC 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 ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+
+#
+# Newlib
+#
+%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+
+#
+# Packages GCC requires
+#
+%source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
+%source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
+%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+
+#
+# GCC Common build script.
+#
+%include %{_configdir}/gcc-common-1.cfg