summaryrefslogtreecommitdiffstats
path: root/source-builder
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-08-11 10:49:40 +1000
committerChris Johns <chrisj@rtems.org>2020-08-11 11:42:14 +1000
commit673f9ad5c06b64dde8ceb2010c1189f10ffc32d5 (patch)
treee7a55aa4d2272c540e87a1bb9a222e39ded31046 /source-builder
parentrtems: Remove RTEMS 6 build sets. (diff)
downloadrtems-source-builder-673f9ad5c06b64dde8ceb2010c1189f10ffc32d5.tar.bz2
5: Remove unused configuration files for the release
Updates #4014
Diffstat (limited to 'source-builder')
-rw-r--r--source-builder/config/gcc-4.3-1.cfg36
-rw-r--r--source-builder/config/gcc-4.4-1.cfg35
-rw-r--r--source-builder/config/gcc-4.5-1.cfg31
-rw-r--r--source-builder/config/gcc-4.6-1.cfg35
-rw-r--r--source-builder/config/gcc-4.7-1.cfg40
-rw-r--r--source-builder/config/gcc-4.8-1.cfg32
-rw-r--r--source-builder/config/gcc-6-1.cfg31
-rw-r--r--source-builder/config/gcc-7-1.cfg31
-rw-r--r--source-builder/config/gdb-6-1.cfg113
-rw-r--r--source-builder/config/gdb-7.5-1.cfg17
-rw-r--r--source-builder/config/m4-1-1.cfg55
-rw-r--r--source-builder/config/pcre-8-1.cfg70
12 files changed, 0 insertions, 526 deletions
diff --git a/source-builder/config/gcc-4.3-1.cfg b/source-builder/config/gcc-4.3-1.cfg
deleted file mode 100644
index 69ea367..0000000
--- a/source-builder/config/gcc-4.3-1.cfg
+++ /dev/null
@@ -1,36 +0,0 @@
-#
-# GCC 4.3.1 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.
-#
-
-#
-# Force the standard of C code for GCC.
-#
-%define build_cflags %{build_cflags} --std=gnu89
-
-#
-# Source
-#
-#
-# GCC core and G++
-#
-%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
-
-#
-# Newlib
-#
-%source set newlib https://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 https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gcc-4.4-1.cfg b/source-builder/config/gcc-4.4-1.cfg
deleted file mode 100644
index 2c70919..0000000
--- a/source-builder/config/gcc-4.4-1.cfg
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# GCC 4.4.x 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
-
-#
-# 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 https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gcc-4.5-1.cfg b/source-builder/config/gcc-4.5-1.cfg
deleted file mode 100644
index fbff31c..0000000
--- a/source-builder/config/gcc-4.5-1.cfg
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# GCC 4.5 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-%{gcc_version}.tar.bz2
-
-#
-# Newlib
-#
-%source set newlib https://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 https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gcc-4.6-1.cfg b/source-builder/config/gcc-4.6-1.cfg
deleted file mode 100644
index 98f8d7e..0000000
--- a/source-builder/config/gcc-4.6-1.cfg
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# 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
-
-#
-# 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 https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gcc-4.7-1.cfg b/source-builder/config/gcc-4.7-1.cfg
deleted file mode 100644
index 0eac21f..0000000
--- a/source-builder/config/gcc-4.7-1.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# GCC 4.7 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.
-#
-
-#
-# Select Snapshot Macro Maps
-#
-%select gcc-snapshot
-%select newlib-snapshot
-%select mpfr-snapshot
-%select mpc-snapshot
-%select gmp-snapshot
-
-#
-# Source
-#
-#
-# GCC core and G++
-#
-%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
-
-#
-# Newlib
-#
-%source set newlib https://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 https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gcc-4.8-1.cfg b/source-builder/config/gcc-4.8-1.cfg
deleted file mode 100644
index aa62837..0000000
--- a/source-builder/config/gcc-4.8-1.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# GCC 4.8 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-%{gcc_version}.tar.bz2
-
-#
-# Newlib
-#
-%source set newlib https://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/downloads/mpc-%{mpc_version}.tar.gz
-%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
-
diff --git a/source-builder/config/gcc-6-1.cfg b/source-builder/config/gcc-6-1.cfg
deleted file mode 100644
index 842ec35..0000000
--- a/source-builder/config/gcc-6-1.cfg
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# 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 https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
-
-#
-# Newlib
-#
-%source set newlib https://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 https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gcc-7-1.cfg b/source-builder/config/gcc-7-1.cfg
deleted file mode 100644
index 5160968..0000000
--- a/source-builder/config/gcc-7-1.cfg
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# GCC 7 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-%{gcc_version}.tar.bz2
-
-#
-# Newlib
-#
-%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
-
-#
-# Packages GCC requires
-#
-%source set mpfr https://ftp.gnu.org/gnu/mpfr/mpfr-%{mpfr_version}.tar.bz2
-%source set mpc https://ftp.gnu.org/gnu/mpc/mpc-%{mpc_version}.tar.gz
-%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-
-#
-# GCC Common build script.
-#
-%include %{_configdir}/gcc-common-1.cfg
diff --git a/source-builder/config/gdb-6-1.cfg b/source-builder/config/gdb-6-1.cfg
deleted file mode 100644
index 70729b2..0000000
--- a/source-builder/config/gdb-6-1.cfg
+++ /dev/null
@@ -1,113 +0,0 @@
-#
-# GDB 6.xx Version 1.
-#
-# This configuration file configure's, make's and install's gdb.
-#
-
-#
-# See if the simulator has been disabled for Windows.
-#
-%if %{_host_os} == win32
- %if %{defined win32-gdb-disable-sim}
- %define gdb-disable-sim 1
- %endif
-%endif
-
-#
-# Default to building simulators.
-#
-%ifn %{defined gdb-disable-sim}
- %define gdb-disable-sim 0
-%else
- %undefine gdb-sim-options
-%endif
-
-%include %{_configdir}/checks.cfg
-
-Name: %{_target}-gdb-%{gdb_version}-%{_host}-%{release}
-Summary: GDB v%{gdb_version} for target %{_target} on host %{_host}
-Version: %{gdb_version}
-Release: %{release}
-URL: http://www.gnu.org/software/gdb/
-
-#
-# Source
-#
-%source set gdb http://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
-
-#
-# Disable Python on Cxc builds for now.
-#
-%if "%{_build}" != "%{_host}"
- %define without_python
-%endif
-
-#
-# Prepare the source code.
-#
-%prep
- build_top=$(pwd)
-
- gdb_source=%{?gdb_external:%{gdb_expand_name}}%{!?gdb_external:"gdb-%{gdb_version}"}
-
- source_dir_gdb=${gdb_source}
- %source setup gdb -q -n ${gdb_source}
- %patch setup gdb -p1
-
- cd ${build_top}
-
-%build
- build_top=$(pwd)
-
- %{build_directory}
-
- mkdir -p ${build_dir}
- cd ${build_dir}
-
- %{host_build_flags}
-
- if test "%{_build}" != "%{_host}" ; then
- GDB_LIBS_STATIC="-lexpat"
- else
- GDB_LIBS_STATIC="-lexpat"
- GDB_LIBS="%{_forced_static}"
- fi
-
- LIBS_STATIC=${GDB_LIBS_STATIC} \
- LIBS=${GDB_LIBS} \
- ../${source_dir_gdb}/configure \
- --build=%{_build} --host=%{_host} \
- --target=%{_target} \
- --verbose --disable-nls \
- --without-included-gettext \
- --disable-win32-registry \
- --disable-werror \
- %{!?gdb-disable-sim:--enable-sim}%{?gdb-disable-sim:--disable-sim} \
- %{?gdb-sim-options:%{gdb-sim-options}} \
- --without-zlib \
- --with-expat \
- %{!?without_python:--with-python} \
- --prefix=%{_prefix} --bindir=%{_bindir} \
- --exec-prefix=%{_exec_prefix} \
- --includedir=%{_includedir} --libdir=%{_libdir} \
- --mandir=%{_mandir} --infodir=%{_infodir}
-
- %{__make} %{?_smp_mflags} all
-
- cd ${build_top}
-
-%install
- build_top=$(pwd)
-
- %{__rmdir} $SB_BUILD_ROOT
-
- cd ${build_dir}
- %{__make} DESTDIR=$SB_BUILD_ROOT install
-
- # Dropped in FSF-binutils-2.9.5, but Cygwin still ships it.
- %{__rmdir} $SB_BUILD_ROOT%{_infodir}/configure.info*
-
- %{__rmfile} $SB_BUILD_ROOT%{_infodir}/dir
- touch $SB_BUILD_ROOT%{_infodir}/dir
-
- cd ${build_top}
diff --git a/source-builder/config/gdb-7.5-1.cfg b/source-builder/config/gdb-7.5-1.cfg
deleted file mode 100644
index e2d141b..0000000
--- a/source-builder/config/gdb-7.5-1.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# GDB 7.5.
-#
-
-%if %{release} == %{nil}
-%define release 1
-%endif
-
-%include %{_configdir}/checks.cfg
-%include %{_configdir}/base.cfg
-
-%define gdb_version 7.5
-
-#
-# The gdb build instructions. We use 7.xx Release 1.
-#
-%include %{_configdir}/gdb-7-1.cfg
diff --git a/source-builder/config/m4-1-1.cfg b/source-builder/config/m4-1-1.cfg
deleted file mode 100644
index dc47c6b..0000000
--- a/source-builder/config/m4-1-1.cfg
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# M4 1.xx Version 1.
-#
-# This configuration file configure's, make's and install's m4
-#
-# Warning: this package is only for bootstrapping within a build.
-#
-
-
-Name: m4-%{m4_version}-%{_host}-%{release}
-Summary: M4 v%{m4_version} for host %{_host}
-Version: %{m4_version}
-Release: %{release}
-URL: http://www.gnu.org/software/m4/
-
-#
-# Source
-#
-%source set m4 https://ftp.gnu.org/gnu/m4/m4-%{m4_version}.tar.gz
-
-#
-# Prepare the source code.
-#
-%prep
- %source setup m4 -q -c -n %{name}-%{version}
- cd m4-%{m4_version}
- %patch setup m4 -p1
- cd ..
-
-%build
- export PATH="%{_bindir}:${PATH}"
- cd m4-%{m4_version}
-
-%if "%{_build}" != "%{_host}"
- CFLAGS_FOR_BUILD="-g -O2 -Wall" \
-%endif
- CFLAGS="$SB_CxsFLAGS" \
- ./configure \
- --build=%{_build} --host=%{_host} \
- --verbose --disable-nls \
- --without-included-gettext \
- --prefix=$SB_TMPPREFIX
-
- %{__make} %{?_smp_mflags} all
-
- cd ..
-
-%install
- export PATH="%{_bindir}:${PATH}"
- rm -rf $SB_BUILD_ROOT
-
- cd m4-%{m4_version}
- %{__make} install
-
- cd ..
diff --git a/source-builder/config/pcre-8-1.cfg b/source-builder/config/pcre-8-1.cfg
deleted file mode 100644
index 461967f..0000000
--- a/source-builder/config/pcre-8-1.cfg
+++ /dev/null
@@ -1,70 +0,0 @@
-#
-# PCRE - Perl Compatible Regular Expressions 0.x.x Version 1.
-#
-# This configuration file configure's, make's and install's pcre.
-#
-
-%if %{release} == %{nil}
-%define release 1
-%endif
-
-Name: pcre-%{pcre_version}-%{_host}-%{release}
-Summary: The PCRE library is a set of functions that implement regular
- expression pattern matching using the same syntax and semantics
- as Perl 5.
-Version: %{pcre_version}
-Release: %{release}
-URL: http://pcre.org/
-BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
-
-#
-# Source
-#
-%source set pcre https://ftp.pcre.org/pub/pcre/pcre-%{pcre_version}.tar.bz2
-
-#
-# Prepare the source code.
-#
-%prep
- build_top=$(pwd)
-
- source_dir_pcre="pcre-%{pcre_version}"
- %source setup pcre -q -n pcre-%{pcre_version}
- %patch setup pcre -p1
-
- cd ${build_top}
-
-%build
- build_top=$(pwd)
-
- %{build_directory}
-
- mkdir -p ${build_dir}
- cd ${build_dir}
-
- %{host_build_flags}
-
- ../${source_dir_pcre}/configure \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --exec_prefix=%{_exec_prefix} \
- --includedir=%{_includedir} \
- --libdir=%{_libdir} \
- --libexecdir=%{_libexecdir} \
- --mandir=%{_mandir} \
- --infodir=%{_infodir} \
- --datadir=%{_datadir} \
- --build=%{_build} --host=%{_host}
-
- %{__make} %{?_smp_mflags} all
-
- cd ${build_top}
-
-%install
- build_top=$(pwd)
-
- %{__rmdir} $SB_BUILD_ROOT
-
- cd ${build_dir}
- %{__make} DESTDIR=$SB_BUILD_ROOT install
- cd ${build_top}