summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-10 04:36:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-10 04:36:25 +0000
commitb15cd01ebc3ff672e005f75cfc9d3737a042a8ea (patch)
tree262fcde6cebe7de4df9873aa7361fc577b239f38 /contrib
parentRegenerate. (diff)
downloadrtems-b15cd01ebc3ff672e005f75cfc9d3737a042a8ea.tar.bz2
Abandon.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/freebsd8.0/.cvsignore2
-rw-r--r--contrib/crossrpms/freebsd8.0/Makefile.am3
-rw-r--r--contrib/crossrpms/freebsd8.0/binutils.am30
-rw-r--r--contrib/crossrpms/freebsd8.0/gcc-prep.add0
-rw-r--r--contrib/crossrpms/freebsd8.0/gcc.am42
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/.cvsignore4
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/Makefile.am23
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/binutils-sources.add2
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/gcc-sources.add33
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-binutils.spec170
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-gcc.spec789
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-libs.spec210
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/libs.add102
-rw-r--r--contrib/crossrpms/freebsd8.0/i586/target-libs.add11
-rw-r--r--contrib/crossrpms/freebsd8.0/libs.am18
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/.cvsignore4
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/Makefile.am23
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-binutils.spec170
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-gcc.spec789
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-libs.spec214
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/binutils-sources.add2
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/gcc-sources.add33
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/libs.add106
-rw-r--r--contrib/crossrpms/freebsd8.0/x86_64/target-libs.add11
24 files changed, 0 insertions, 2791 deletions
diff --git a/contrib/crossrpms/freebsd8.0/.cvsignore b/contrib/crossrpms/freebsd8.0/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/contrib/crossrpms/freebsd8.0/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/contrib/crossrpms/freebsd8.0/Makefile.am b/contrib/crossrpms/freebsd8.0/Makefile.am
deleted file mode 100644
index 5727166cdc..0000000000
--- a/contrib/crossrpms/freebsd8.0/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-# $Id$
-
-SUBDIRS = i586 x86_64
diff --git a/contrib/crossrpms/freebsd8.0/binutils.am b/contrib/crossrpms/freebsd8.0/binutils.am
deleted file mode 100644
index 60b6a2656a..0000000000
--- a/contrib/crossrpms/freebsd8.0/binutils.am
+++ /dev/null
@@ -1,30 +0,0 @@
-EXTRA_DIST += binutils-sources.add
-
-BINUTILS_OPTS =
-
-BINUTILS_SUBPACKAGES = $(top_srcdir)/common/common.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/binutils.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/prep.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/build.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/install.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/common/clean.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/target-binutils.add
-BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/base-binutils.add
-
-$(TARGET)-binutils.spec.in: $(BINUTILS_SUBPACKAGES) Makefile.am $(srcdir)/binutils-sources.add
- cat $(BINUTILS_SUBPACKAGES) | sed \
- -e "/[@]SOURCES[@]/r $(srcdir)/binutils-sources.add" \
- -e "/[@]SOURCES[@]/d" \
- -e "s/[@]BINUTILS_VERS[@]/$(BINUTILS_VERS)/g" \
- -e "s/[@]BINUTILS_PKGVERS[@]/$(BINUTILS_PKGVERS)/g" \
- -e "s/[@]BINUTILS_RPMREL[@]/$(BINUTILS_RPMREL)%{?dist}/g" \
- | $(MKSPEC0) > $(TARGET)-binutils.spec.in
-CLEANFILES += $(TARGET)-binutils.spec.in
-
-@rpmprefix@$(TARGET)-binutils.spec: $(TARGET)-binutils.spec.in
- $(MKSPEC) $(TARGET)-binutils.spec.in | $(SPECSTRIP) $(BINUTILS_OPTS) > $@
-CLEANFILES += @rpmprefix@$(TARGET)-binutils.spec
-noinst_DATA += @rpmprefix@$(TARGET)-binutils.spec
-
-EXTRA_DIST += $(BINUTILS_SUBPACKAGES)
diff --git a/contrib/crossrpms/freebsd8.0/gcc-prep.add b/contrib/crossrpms/freebsd8.0/gcc-prep.add
deleted file mode 100644
index e69de29bb2..0000000000
--- a/contrib/crossrpms/freebsd8.0/gcc-prep.add
+++ /dev/null
diff --git a/contrib/crossrpms/freebsd8.0/gcc.am b/contrib/crossrpms/freebsd8.0/gcc.am
deleted file mode 100644
index 466d72ead3..0000000000
--- a/contrib/crossrpms/freebsd8.0/gcc.am
+++ /dev/null
@@ -1,42 +0,0 @@
-EXTRA_DIST += $(srcdir)/../gcc-prep.add
-EXTRA_DIST += $(srcdir)/gcc-sources.add
-
-GCC_OPTS =
-
-GCC_SUBPACKAGES = $(top_srcdir)/common/common.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/gccnewlib.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/prep.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/build.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/install.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add
-GCC_SUBPACKAGES += $(top_srcdir)/common/clean.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-gcc.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/base-gcc.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-c++.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-gfortran.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/base-gfortran.add
-GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-objc.add
-
-$(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am $(srcdir)/gcc-sources.add $(srcdir)/../gcc-prep.add $(srcdir)/../gcc.am
- cat $(GCC_SUBPACKAGES) \
- | sed \
- -e "/[@]SOURCES[@]/r $(srcdir)/gcc-sources.add" \
- -e "/[@]SOURCES[@]/d" \
- -e "/[@]PREP[@]/r $(srcdir)/../gcc-prep.add" \
- -e "/[@]PREP[@]/d" \
- | sed \
- -e "s/[@]GCC_VERS[@]/$(GCC_VERS)/g" \
- -e "s/[@]GCC_PKGVERS[@]/$(GCC_PKGVERS)/g" \
- -e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)%{?dist}/g" \
- -e "/[@]tool_target[@]-newlib/d" \
- -e "/[@]tool_target[@]-w32api-sys-root/d" \
- -e "/--with-newlib/d" \
- | $(MKSPEC0) > $(TARGET)-gcc.spec.in
-CLEANFILES += $(TARGET)-gcc.spec.in
-
-@rpmprefix@$(TARGET)-gcc.spec: $(TARGET)-gcc.spec.in
- $(MKSPEC) $(TARGET)-gcc.spec.in | $(SPECSTRIP) $(GCC_OPTS) > $@
-CLEANFILES += @rpmprefix@$(TARGET)-gcc.spec
-noinst_DATA += @rpmprefix@$(TARGET)-gcc.spec
-
-EXTRA_DIST += $(GCC_SUBPACKAGES)
diff --git a/contrib/crossrpms/freebsd8.0/i586/.cvsignore b/contrib/crossrpms/freebsd8.0/i586/.cvsignore
deleted file mode 100644
index a8baabe1f6..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-rtems*.spec
-*.spec.in
diff --git a/contrib/crossrpms/freebsd8.0/i586/Makefile.am b/contrib/crossrpms/freebsd8.0/i586/Makefile.am
deleted file mode 100644
index a53c75fe74..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-
-TARGET = i586-pc-freebsd8.0
-
-include $(top_srcdir)/mkspec.am
-
-FREEBSD_VERS = 8.0
-FREEBSD_RPMREL = 0.20091130.1
-EXTRA_DIST += libs.add
-EXTRA_DIST += target-libs.add
-include ../libs.am
-
-BINUTILS_VERS = 2.21
-BINUTILS_PKGVERS = $(BINUTILS_VERS)
-BINUTILS_RPMREL = 0.20101211.0
-include ../binutils.am
-BINUTILS_OPTS +=
-
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 0.20101211.0
-include ../gcc.am
-GCC_OPTS += --languages=cxx,fortran,objc
diff --git a/contrib/crossrpms/freebsd8.0/i586/binutils-sources.add b/contrib/crossrpms/freebsd8.0/i586/binutils-sources.add
deleted file mode 100644
index e458c6f5d7..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/binutils-sources.add
+++ /dev/null
@@ -1,2 +0,0 @@
-Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
-@PATCH0@
diff --git a/contrib/crossrpms/freebsd8.0/i586/gcc-sources.add b/contrib/crossrpms/freebsd8.0/i586/gcc-sources.add
deleted file mode 100644
index 4fe912f8a7..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/gcc-sources.add
+++ /dev/null
@@ -1,33 +0,0 @@
-Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
-@PATCH0@
-%{?_without_sources:NoSource: 0}
-
-%if %build_cxx
-Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
-@PATCH1@
-%{?_without_sources:NoSource: 1}
-
-%endif
-%if %build_fortran
-Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
-@PATCH2@
-%{?_without_sources:NoSource: 2}
-
-%endif
-%if %build_gcj
-Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
-@PATCH3@
-%{?_without_sources:NoSource: 3}
-
-%endif
-%if %build_gnat
-Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
-@PATCH4@
-%{?_without_sources:NoSource: 4}
-
-%endif
-%if %build_objc
-Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
-@PATCH5@
-%{?_without_sources:NoSource: 5}
-%endif
diff --git a/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-binutils.spec b/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-binutils.spec
deleted file mode 100644
index de983bb974..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-binutils.spec
+++ /dev/null
@@ -1,170 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.org/bugzilla
-#
-
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%define debug_package %{nil}
-%define _libdir %{_exec_prefix}/lib
-%else
-%define _exeext %{nil}
-%endif
-
-%ifos cygwin cygwin32
-%define optflags -O3 -pipe -march=i486 -funroll-loops
-%endif
-
-%ifos mingw mingw32
-%if %{defined _mingw32_cflags}
-%define optflags %{_mingw32_cflags}
-%else
-%define optflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix %{_host}-
-%else
-%define _host_rpmprefix %{nil}
-%endif
-
-%define binutils_pkgvers 2.21
-%define binutils_version 2.21
-%define binutils_rpmvers %{expand:%(echo "2.21" | tr - _ )}
-
-Name: i586-pc-freebsd8.0-binutils
-Summary: Binutils for target i586-pc-freebsd8.0
-Group: Development/Tools
-Version: %{binutils_rpmvers}
-Release: 0.20101211.0%{?dist}
-License: GPL/LGPL
-URL: http://sources.redhat.com/binutils
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: %{_host_rpmprefix}gcc
-
-%if "%{binutils_version}" >= "2.18"
-# Bug in bfd: Doesn't build without texinfo installed
-BuildRequires: texinfo >= 4.2
-%else
-%endif
-BuildRequires: flex
-BuildRequires: bison
-
-Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
-
-%description
-Cross binutils for target i586-pc-freebsd8.0
-%prep
-%setup -q -c -T -n %{name}-%{version}
-
-%setup -q -D -T -n %{name}-%{version} -a0
-cd binutils-%{binutils_pkgvers}
-%{?PATCH0:%patch0 -p1}
-cd ..
-
-%build
- mkdir -p build
- cd build
-%if "%{_build}" != "%{_host}"
- CFLAGS_FOR_BUILD="-g -O2 -Wall" \
-%endif
- CFLAGS="$RPM_OPT_FLAGS" \
- ../binutils-%{binutils_pkgvers}/configure \
- --build=%_build --host=%_host \
- --target=i586-pc-freebsd8.0 \
- --verbose --disable-nls \
- --without-included-gettext \
- --disable-win32-registry \
- --disable-werror \
- --with-sysroot=%{_prefix}/i586-pc-freebsd8.0/sys-root \
- --prefix=%{_prefix} --bindir=%{_bindir} \
- --exec-prefix=%{_exec_prefix} \
- --includedir=%{_includedir} --libdir=%{_libdir} \
- --mandir=%{_mandir} --infodir=%{_infodir}
-
- make %{?_smp_mflags} all
- cd ..
-
-%install
- rm -rf $RPM_BUILD_ROOT
-
- cd build
- make DESTDIR=$RPM_BUILD_ROOT install
-
-
-# Conflict with a native binutils' infos
- rm -rf $RPM_BUILD_ROOT%{_infodir}
-
-# We don't ship host files
- rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
-
-# manpages without corresponding tools
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/i586-pc-freebsd8.0-dlltool%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/i586-pc-freebsd8.0-dlltool*
- fi
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/i586-pc-freebsd8.0-nlmconv%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/i586-pc-freebsd8.0-nlmconv*
- fi
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/i586-pc-freebsd8.0-windres%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/i586-pc-freebsd8.0-windres*
- fi
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/i586-pc-freebsd8.0-windmc%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/i586-pc-freebsd8.0-windmc*
- fi
-
- cd ..
-
-# Extract %%__os_install_post into os_install_post~
-cat << \EOF > os_install_post~
-%__os_install_post
-EOF
-
-# Generate customized brp-*scripts
-cat os_install_post~ | while read a x y; do
-case $a in
-# Prevent brp-strip* from trying to handle foreign binaries
-*/brp-strip*)
- b=$(basename $a)
- sed -e 's,find $RPM_BUILD_ROOT,find $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_libexecdir,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
-< os_install_post~ > os_install_post
-%define __os_install_post . ./os_install_post
-
-%clean
- rm -rf $RPM_BUILD_ROOT
-
-# ==============================================================
-# i586-pc-freebsd8.0-binutils
-# ==============================================================
-# %package -n i586-pc-freebsd8.0-binutils
-# Summary: rtems binutils for i586-pc-freebsd8.0
-# Group: Development/Tools
-# %if %build_infos
-# Requires: binutils-common
-# %endif
-
-%description -n i586-pc-freebsd8.0-binutils
-GNU binutils targetting i586-pc-freebsd8.0.
-
-%files -n i586-pc-freebsd8.0-binutils
-%defattr(-,root,root)
-
-%{_mandir}/man1/i586-pc-freebsd8.0-*.1*
-
-%{_bindir}/i586-pc-freebsd8.0-*
-
-%dir %{_exec_prefix}/i586-pc-freebsd8.0
-%dir %{_exec_prefix}/i586-pc-freebsd8.0/bin
-%{_exec_prefix}/i586-pc-freebsd8.0/bin/*
-
-%dir %{_exec_prefix}/i586-pc-freebsd8.0/lib
-%{_exec_prefix}/i586-pc-freebsd8.0/lib/ldscripts
-
diff --git a/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-gcc.spec b/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-gcc.spec
deleted file mode 100644
index 50577aa448..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-gcc.spec
+++ /dev/null
@@ -1,789 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.org/bugzilla
-#
-
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%define debug_package %{nil}
-%define _libdir %{_exec_prefix}/lib
-%else
-%define _exeext %{nil}
-%endif
-
-%ifos cygwin cygwin32
-%define optflags -O3 -pipe -march=i486 -funroll-loops
-%endif
-
-%ifos mingw mingw32
-%if %{defined _mingw32_cflags}
-%define optflags %{_mingw32_cflags}
-%else
-%define optflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix %{_host}-
-%else
-%define _host_rpmprefix %{nil}
-%endif
-
-
-%define gcc_pkgvers 4.5.0
-%define gcc_version 4.5.0
-%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
-
-
-Name: i586-pc-freebsd8.0-gcc
-Summary: i586-pc-freebsd8.0 gcc
-
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-Release: 0.20101211.0%{?dist}
-License: GPL
-URL: http://gcc.gnu.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-%define _use_internal_dependency_generator 0
-
-BuildRequires: %{_host_rpmprefix}gcc
-
-# FIXME: Disable lto for now, to avoid dependencies on libelf
-%bcond_with lto
-
-# FIXME: Disable python gdb scripts
-# ATM, no idea how to package them
-%bcond_with pygdb
-
-# FIXME: Disable GCC-plugin
-# Bug in gcc-4.5-20100318, doesn't build them on x86_84 hosts.
-%bcond_with plugin
-
-# EXPERIMENTAL: Use gcc's stdint.h instead of newlib's
-# Should be applicable to gcc >= 4.5.0
-%bcond_with gcc_stdint
-
-# versions of libraries, we conditionally bundle if necessary
-%global mpc_version 0.8.1
-%global mpfr_version 2.4.2
-%global gmp_version 4.3.2
-%global libelf_version 0.8.13
-
-# versions of libraries these distros are known to ship
-%if 0%{?fc15}
-%global mpc_provided 0.8.3
-%global mpfr_provided 3.0.0
-%global gmp_provided 4.3.2
-%endif
-
-%if 0%{?fc14}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?fc13}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?el6}
-%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?el5}
-%global mpc_provided %{nil}
-%global mpfr_provided %{nil}
-%global gmp_provided 4.1.4
-%endif
-
-%if 0%{?suse11_0}
-%global mpc_provided %{nil}
-%global mpfr_provided 2.3.1
-%global gmp_provided 4.2.2
-%endif
-
-%if 0%{?suse11_1}
-%global mpc_provided %{nil}
-%global mpfr_provided 2.3.2
-%global gmp_provided 4.2.3
-%endif
-
-%if 0%{?suse11_2}
-%global mpc_provided 0.7
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?suse11_3}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.2
-%endif
-
-%if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?mingw32}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.2
-%endif
-
-%if "%{gcc_version}" >= "4.2.0"
-%define gmp_required 4.1
-%define mpfr_required 2.2.1
-%endif
-
-%if "%{gcc_version}" >= "4.3.0"
-%define gmp_required 4.1
-%define mpfr_required 2.3.1
-%endif
-
-%if "%{gcc_version}" >= "4.3.3"
-%define cloog_required 0.15
-%endif
-
-%if "%{gcc_version}" >= "4.4.0"
-%define mpfr_required 2.3.2
-%endif
-
-%if "%{gcc_version}" >= "4.5.0"
-%define mpc_required 0.8
-%if %{with lto}
-%define libelf_required 0.8.12
-%endif
-%endif
-
-%if %{defined mpc_required}
-%if "%{mpc_provided}" >= "%{mpc_required}"
-%{?fedora:BuildRequires: libmpc-devel >= %{mpc_required}}
-%{?suse:BuildRequires: mpc-devel >= %{mpc_required}}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}mpc-devel >= %{mpc_required}
-%endif
-%else
-%define _build_mpc 1
-%define gmp_required 4.2
-%endif
-%endif
-
-%if %{defined gmp_required}
-%if "%{gmp_provided}" >= "%{gmp_required}"
-BuildRequires: gmp-devel >= %{gmp_required}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}gmp-devel >= %{gmp_required}
-%endif
-%else
-%define _build_gmp 1
-%endif
-%endif
-
-%if %{defined libelf_required}
-%if "%{libelf_provided}" >= "%{libelf_required}"
-BuildRequires: libelf-devel >= %{libelf_required}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
-%endif
-%else
-%define _build_libelf 1
-%endif
-%endif
-
-
-%if %{defined cloog_required}
-%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?fc14:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?el6:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?suse11_3:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
-%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
-%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
-%endif
-
-
-%if %{defined mpfr_required}
-%if "%{mpfr_provided}" >= "%{mpfr_required}"
-BuildRequires: mpfr-devel >= %{mpfr_required}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}mpfr-devel >= %{mpfr_required}
-%endif
-%else
-%define _build_mpfr 1
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-BuildRequires: i586-pc-freebsd8.0-gcc = %{gcc_rpmvers}
-%endif
-
-%if "%{gcc_version}" >= "4.2.0"
-BuildRequires: flex bison
-%endif
-
-
-BuildRequires: texinfo >= 4.2
-BuildRequires: i586-pc-freebsd8.0-binutils
-BuildRequires: i586-pc-freebsd8.0-sys-root
-
-Requires: i586-pc-freebsd8.0-binutils
-Requires: i586-pc-freebsd8.0-sys-root
-Requires: i586-pc-freebsd8.0-gcc-libgcc = %{gcc_rpmvers}-%{release}
-
-%if "%{gcc_version}" >= "4.5.0"
-BuildRequires: zlib-devel
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}zlib-devel
-%endif
-%else
-%endif
-
-%global _gcclibdir %{_prefix}/lib
-
-Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 0}
-
-Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 1}
-
-Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 2}
-
-Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 5}
-
-%if 0%{?_build_mpfr}
-Source60: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
-%endif
-
-%if 0%{?_build_mpc}
-Source61: http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%endif
-
-%if 0%{?_build_gmp}
-Source62: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-%endif
-
-%if 0%{?_build_libelf}
-Source63: http://www.mr511.de/software/libelf-%{libelf_version}.tar.gz
-%endif
-
-%description
-Cross gcc for i586-pc-freebsd8.0.
-
-%prep
-%setup -c -T -n %{name}-%{version}
-
-%setup -q -T -D -n %{name}-%{version} -a0
-cd gcc-%{gcc_pkgvers}
-%{?PATCH0:%patch0 -p1}
-cd ..
-
-%setup -q -T -D -n %{name}-%{version} -a1
-cd gcc-%{gcc_pkgvers}
-%{?PATCH1:%patch1 -p1}
-cd ..
-
-%setup -q -T -D -n %{name}-%{version} -a2
-%{?PATCH2:%patch2 -p0}
-
-
-
-%setup -q -T -D -n %{name}-%{version} -a5
-%{?PATCH5:%patch5 -p0}
-
-%if %{with gcc_stdint}
-sed -i -e '/thread_file=.*rtems/,/use_gcc_stdint=wrap/ { s/use_gcc_stdint=wrap/use_gcc_stdint=provide/}' gcc-%{gcc_pkgvers}/gcc/config.gcc
-%endif
-
-
-%if 0%{?_build_mpfr}
-%setup -q -T -D -n %{name}-%{version} -a60
-%{?PATCH60:%patch60 -p1}
- # Build mpfr one-tree style
- ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
-%endif
-
-%if 0%{?_build_mpc}
-%setup -q -T -D -n %{name}-%{version} -a61
-%{?PATCH61:%patch61 -p1}
- # Build mpc one-tree style
- ln -s ../mpc-%{mpc_version} gcc-%{gcc_pkgvers}/mpc
-%endif
-
-%if 0%{?_build_gmp}
-%setup -q -T -D -n %{name}-%{version} -a62
-%{?PATCH62:%patch62 -p1}
- # Build gmp one-tree style
- ln -s ../gmp-%{gmp_version} gcc-%{gcc_pkgvers}/gmp
-%endif
-
-%if 0%{?_build_libelf}
-%setup -q -T -D -n %{name}-%{version} -a63
-%{?PATCH63:%patch63 -p1}
- # Build libelf one-tree style
- ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
-%endif
-
-
- # Fix timestamps
- cd gcc-%{gcc_pkgvers}
- contrib/gcc_update --touch
- cd ..
-%build
- mkdir -p build
-
- cd build
-
- languages="c"
- languages="$languages,c++"
- languages="$languages,fortran"
- languages="$languages,objc"
-%if "%{_build}" != "%{_host}"
- CFLAGS_FOR_BUILD="-g -O2 -Wall" \
- CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
-%else
-# gcc is not ready to be compiled with -std=gnu99
- CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
-%endif
- ../gcc-%{gcc_pkgvers}/configure \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --exec_prefix=%{_exec_prefix} \
- --includedir=%{_includedir} \
- --libdir=%{_gcclibdir} \
- --libexecdir=%{_libexecdir} \
- --mandir=%{_mandir} \
- --infodir=%{_infodir} \
- --datadir=%{_datadir} \
- --build=%_build --host=%_host \
- --target=i586-pc-freebsd8.0 \
- --disable-libstdcxx-pch \
- --with-gnu-as --with-gnu-ld --verbose \
- --with-system-zlib \
- --disable-nls --without-included-gettext \
- --disable-win32-registry \
- --enable-version-specific-runtime-libs \
- --enable-threads \
- --with-sysroot=%{_exec_prefix}/i586-pc-freebsd8.0/sys-root \
- %{?with_lto:--enable-lto}%{!?with_lto:--disable-lto} \
- %{?with_plugin:--enable-plugin}%{!?with_plugin:--disable-plugin} \
- --enable-languages="$languages" $optargs
-
-%if "%_host" != "%_build"
- # Bug in gcc-3.2.1:
- # Somehow, gcc doesn't get syslimits.h right for Cdn-Xs
- mkdir -p gcc/include
- cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h
-%endif
-
- make %{?_smp_mflags} all
- cd ..
-
-%install
- rm -rf $RPM_BUILD_ROOT
-
- cd build
-
- make DESTDIR=$RPM_BUILD_ROOT install
- cd ..
-
-
-%if "%{gcc_version}" <= "4.1.2"
-# Misplaced header file
- if test -f $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h; then
- mv $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h \
- $RPM_BUILD_ROOT%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include/
- fi
-%endif
-
- # host library
-%if "%{gcc_version}" >= "4.2.0"
- # libiberty doesn't honor --libdir, but always installs to a
- # magically guessed _libdir
- rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty.a
-%else
- # libiberty installs to --libdir=...
- rm -f ${RPM_BUILD_ROOT}%{_gcclibdir}/libiberty.a
-%endif
-
- # We use the version from binutils
- rm -f $RPM_BUILD_ROOT%{_bindir}/i586-pc-freebsd8.0-c++filt%{_exeext}
-
-
-# Conflict with a native GCC's infos
- rm -rf $RPM_BUILD_ROOT%{_infodir}
-
-# Conflict with a native GCC's man pages
- rm -rf $RPM_BUILD_ROOT%{_mandir}/man7
-
- # Bug in gcc-3.4.0pre
- rm -f $RPM_BUILD_ROOT%{_bindir}/i586-pc-freebsd8.0-i586-pc-freebsd8.0-gcjh%{_exeext}
-
- # Bug in gcc-3.3.x/gcc-3.4.x: Despite we don't need fixincludes, it installs
- # the fixinclude-install-tools
- rm -rf ${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/install-tools
- rm -rf ${RPM_BUILD_ROOT}%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/install-tools
-
- # Bug in gcc > 4.1.0: Installs an unused, empty directory
- if test -d ${RPM_BUILD_ROOT}%{_prefix}/i586-pc-freebsd8.0/include/bits; then
- rmdir ${RPM_BUILD_ROOT}%{_prefix}/i586-pc-freebsd8.0/include/bits
- fi
-
- # gcc >= 4.5.0: installs weird libstdc++ python bindings.
-%if ! %{with pygdb}
- if test -d ${RPM_BUILD_ROOT}%{_datadir}/gcc-%{gcc_version}/python; then
- rm -rf ${RPM_BUILD_ROOT}%{_datadir}/gcc-%{gcc_version}/python/libstdcxx
- fi
-%endif
-
- # Collect multilib subdirectories
- multilibs=`build/gcc/xgcc -Bbuild/gcc/ --print-multi-lib | sed -e 's,;.*$,,'`
-
-
- rm -f dirs ;
- echo "%defattr(-,root,root,-)" >> dirs
- TGTDIR="%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}"
- for i in $multilibs; do
- case $i in
- \.) ;; # ignore, handled elsewhere
- *) echo "%dir ${TGTDIR}/$i" >> dirs
- ;;
- esac
- done
-
- # Collect files to go into different packages
- cp dirs build/files.gcc
- cp dirs build/files.gfortran
- cp dirs build/files.objc
- cp dirs build/files.gcj
- cp dirs build/files.g++
-
- TGTDIR="%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}"
- f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
- for i in $f; do
- case $i in
- *lib*.la) rm ${RPM_BUILD_ROOT}/$i ;; # ignore: gcc produces bogus libtool libs
- *f771) ;;
- *f951) ;;
- *cc1) ;;
- *cc1obj) ;;
- *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
- *collect2) ;;
- *libobjc*) echo "$i" >> build/files.objc ;;
- *include/objc*) ;;
- *include/g++*);;
- *include/c++*);;
- *include-fixed/*);;
- *finclude/*);;
- *adainclude*);;
- *adalib*);;
- *gnat1);;
- *jc1) ;;
- *jvgenmain) ;;
- */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
- %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
- %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
- */libstdc++.*) echo "$i" >> build/files.g++ ;;
- */libsupc++.*) echo "$i" >> build/files.g++ ;;
- *) echo "$i" >> build/files.gcc ;;
- esac
- done
-
- TGTDIR="%{_exec_prefix}/i586-pc-freebsd8.0/lib"
- f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
- for i in $f; do
- case $i in
- *lib*.la) rm ${RPM_BUILD_ROOT}/$i;; # ignore - gcc produces bogus libtool libs
- *libiberty.a) rm ${RPM_BUILD_ROOT}/$i ;; # ignore - GPL'ed
-# all other files belong to newlib
- *) echo "$i" >> build/files.newlib ;;
- esac
- done
-# Extract %%__os_install_post into os_install_post~
-cat << \EOF > os_install_post~
-%__os_install_post
-EOF
-
-# Generate customized brp-*scripts
-cat os_install_post~ | while read a x y; do
-case $a in
-# Prevent brp-strip* from trying to handle foreign binaries
-*/brp-strip*)
- b=$(basename $a)
- sed -e 's,find $RPM_BUILD_ROOT,find $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_libexecdir,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
-< os_install_post~ > os_install_post
-%define __os_install_post . ./os_install_post
-
-
-cat << EOF > %{_builddir}/%{name}-%{gcc_rpmvers}/find-provides
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/i586-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/i586-pc-freebsd8.0/'} | %__find_provides
-EOF
-chmod +x %{_builddir}/%{name}-%{gcc_rpmvers}/find-provides
-%define __find_provides %{_builddir}/%{name}-%{gcc_rpmvers}/find-provides
-
-cat << EOF > %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/i586-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/i586-pc-freebsd8.0/'} | %__find_requires
-EOF
-chmod +x %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-
-%ifnarch noarch
-# Extract %%__debug_install_post into debug_install_post~
-cat << \EOF > debug_install_post~
-%__debug_install_post
-EOF
-
-# Generate customized debug_install_post script
-cat debug_install_post~ | while read a x y; do
-case $a in
-# Prevent find-debuginfo.sh* from trying to handle foreign binaries
-*/find-debuginfo.sh)
- b=$(basename $a)
- sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
-< debug_install_post~ > debug_install_post
-%define __debug_install_post . ./debug_install_post
-
-%endif
-
-%clean
- rm -rf $RPM_BUILD_ROOT
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc
-# ==============================================================
-# %package -n i586-pc-freebsd8.0-gcc
-# Summary: GNU cc compiler for i586-pc-freebsd8.0
-# Group: Development/Tools
-# Version: %{gcc_rpmvers}
-# Requires: i586-pc-freebsd8.0-binutils
-# License: GPL
-
-# %if %build_infos
-# Requires: gcc-common
-# %endif
-
-%description -n i586-pc-freebsd8.0-gcc
-GNU cc compiler for i586-pc-freebsd8.0.
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc-libgcc
-# ==============================================================
-%package -n i586-pc-freebsd8.0-gcc-libgcc
-Summary: libgcc for i586-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n i586-pc-freebsd8.0-gcc-libgcc
-libgcc i586-pc-freebsd8.0-gcc.
-
-
-%files -n i586-pc-freebsd8.0-gcc
-%defattr(-,root,root)
-
-%{_mandir}/man1/i586-pc-freebsd8.0-gcc.1*
-%{_mandir}/man1/i586-pc-freebsd8.0-cpp.1*
-%{_mandir}/man1/i586-pc-freebsd8.0-gcov.1*
-
-%{_bindir}/i586-pc-freebsd8.0-cpp%{_exeext}
-%{_bindir}/i586-pc-freebsd8.0-gcc%{_exeext}
-%{_bindir}/i586-pc-freebsd8.0-gcc-%{gcc_version}%{_exeext}
-%{_bindir}/i586-pc-freebsd8.0-gcov%{_exeext}
-%{_bindir}/i586-pc-freebsd8.0-gccbug
-
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/cc1%{_exeext}
-%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/collect2%{_exeext}
-%if "%{gcc_version}" >= "4.5.0"
-%{?with_lto:%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/lto%{_exeext}}
-%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/lto-wrapper%{_exeext}
-%endif
-
-%files -n i586-pc-freebsd8.0-gcc-libgcc -f build/files.gcc
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include
-
-%if "%{gcc_version}" > "4.0.3"
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include/ssp
-%endif
-
-%if "%{gcc_version}" >= "4.3.0"
-%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include-fixed
-%endif
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc-c++
-# ==============================================================
-%package -n i586-pc-freebsd8.0-gcc-c++
-Summary: GCC c++ compiler for i586-pc-freebsd8.0
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-License: GPL
-Requires: i586-pc-freebsd8.0-gcc-libstdc++ = %{gcc_rpmvers}-%{release}
-
-%if "%{_build}" != "%{_host}"
-BuildRequires: i586-pc-freebsd8.0-gcc-c++ = %{gcc_rpmvers}
-%endif
-
-Requires: i586-pc-freebsd8.0-gcc = %{gcc_rpmvers}-%{release}
-
-%description -n i586-pc-freebsd8.0-gcc-c++
-GCC c++ compiler for i586-pc-freebsd8.0.
-
-
-%package -n i586-pc-freebsd8.0-gcc-libstdc++
-Summary: libstdc++ for i586-pc-freebsd8.0
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n i586-pc-freebsd8.0-gcc-libstdc++
-%{summary}
-
-
-%files -n i586-pc-freebsd8.0-gcc-c++
-%defattr(-,root,root)
-
-%{_mandir}/man1/i586-pc-freebsd8.0-g++.1*
-
-%{_bindir}/i586-pc-freebsd8.0-c++%{_exeext}
-%{_bindir}/i586-pc-freebsd8.0-g++%{_exeext}
-
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/cc1plus%{_exeext}
-
-
-%files -n i586-pc-freebsd8.0-gcc-libstdc++ -f build/files.g++
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include
-%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include/c++
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc-gfortran
-# ==============================================================
-%package -n i586-pc-freebsd8.0-gcc-gfortran
-Summary: Fortran 95 support for i586-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-License: GPL
-
-Requires: i586-pc-freebsd8.0-gcc = %{gcc_rpmvers}-%{release}
-Requires: i586-pc-freebsd8.0-gcc-libgfortran = %{gcc_rpmvers}-%{release}
-
-%description -n i586-pc-freebsd8.0-gcc-gfortran
-GCC fortran compiler for i586-pc-freebsd8.0.
-
-%files -n i586-pc-freebsd8.0-gcc-gfortran
-%defattr(-,root,root)
-%{_bindir}/i586-pc-freebsd8.0-gfortran%{_exeext}
-
-%{_mandir}/man1/i586-pc-freebsd8.0-gfortran.1*
-
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/f951%{_exeext}
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc-libgfortran
-# ==============================================================
-%package -n i586-pc-freebsd8.0-gcc-libgfortran
-Summary: Fortran 95 support libraries for i586-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n i586-pc-freebsd8.0-gcc-libgfortran
-%{summary}
-
-%files -n i586-pc-freebsd8.0-gcc-libgfortran -f build/files.gfortran
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%if "%{gcc_version}" >= "4.2.0"
-%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/finclude
-%endif
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc-objc
-# ==============================================================
-%package -n i586-pc-freebsd8.0-gcc-objc
-Summary: Objective C support for i586-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-License: GPL
-
-Requires: i586-pc-freebsd8.0-gcc = %{gcc_rpmvers}-%{release}
-Requires: i586-pc-freebsd8.0-gcc-libobjc = %{gcc_rpmvers}-%{release}
-
-%description -n i586-pc-freebsd8.0-gcc-objc
-GCC objc compiler for i586-pc-freebsd8.0.
-
-%files -n i586-pc-freebsd8.0-gcc-objc
-%defattr(-,root,root)
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/cc1obj%{_exeext}
-
-# ==============================================================
-# i586-pc-freebsd8.0-gcc-libobjc
-# ==============================================================
-%package -n i586-pc-freebsd8.0-gcc-libobjc
-Summary: Objective C support for i586-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n i586-pc-freebsd8.0-gcc-libobjc
-Support libraries for GCC's objc compiler for i586-pc-freebsd8.0.
-
-%files -n i586-pc-freebsd8.0-gcc-libobjc -f build/files.objc
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}
-%dir %{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include
-%{_gcclibdir}/gcc/i586-pc-freebsd8.0/%{gcc_version}/include/objc
-
diff --git a/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-libs.spec b/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-libs.spec
deleted file mode 100644
index c4f687d769..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/i586-pc-freebsd8.0-libs.spec
+++ /dev/null
@@ -1,210 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.org/bugzilla
-#
-
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%define debug_package %{nil}
-%define _libdir %{_exec_prefix}/lib
-%else
-%define _exeext %{nil}
-%endif
-
-%ifos cygwin cygwin32
-%define optflags -O3 -pipe -march=i486 -funroll-loops
-%endif
-
-%ifos mingw mingw32
-%if %{defined _mingw32_cflags}
-%define optflags %{_mingw32_cflags}
-%else
-%define optflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix %{_host}-
-%else
-%define _host_rpmprefix %{nil}
-%endif
-
-%define freebsd_version 8.0
-%define freebsd_rpmvers %{expand:%(echo 8.0 | tr - _)}
-
-%define _use_internal_dependency_generator 0
-%define __debug_install_post %{nil}
-
-Name: i586-pc-freebsd8.0
-Release: 0.20091130.1%{?dist}
-License: FreeBSD
-Group: Development/Tools
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-
-Version: %freebsd_rpmvers
-Summary: i586-pc-freebsd8.0 Libraries
-
-Source0: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aa
-Source1: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ab
-Source2: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ac
-Source3: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ad
-Source4: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ae
-Source5: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.af
-Source6: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ag
-Source7: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ah
-Source8: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ai
-Source9: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aj
-Source10: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ak
-Source11: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.al
-Source12: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.am
-Source13: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.an
-Source14: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ao
-Source15: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ap
-Source16: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aq
-Source17: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ar
-Source18: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.as
-Source19: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.at
-Source20: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.au
-Source21: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.av
-Source22: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aw
-Source23: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ax
-Source24: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ay
-Source25: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.az
-Source26: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ba
-Source27: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bb
-Source28: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bc
-Source29: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bd
-Source30: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.be
-Source31: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bf
-Source32: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bg
-Source33: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bh
-Source34: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bi
-Source35: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bj
-Source36: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bk
-Source37: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bl
-
-%description
-i586-pc-freebsd8.0 libraries.
-
-%prep
-%setup -q -c -T -n %{name}-%{version}
-
- cat \
- %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 \
- %SOURCE5 %SOURCE6 %SOURCE7 %SOURCE8 %SOURCE9 \
- %SOURCE10 %SOURCE11 %SOURCE12 %SOURCE13 %SOURCE14 \
- %SOURCE15 %SOURCE16 %SOURCE17 %SOURCE18 %SOURCE19 \
- %SOURCE20 %SOURCE21 %SOURCE22 %SOURCE23 %SOURCE24 \
- %SOURCE25 %SOURCE26 %SOURCE27 %SOURCE28 %SOURCE29 \
- %SOURCE30 %SOURCE31 %SOURCE32 %SOURCE33 %SOURCE34 \
- %SOURCE35 %SOURCE36 %SOURCE37 \
- | %{__tar} --unlink -pxzf - ./lib ./usr/lib ./usr/include %{?el5:||:}
-
-%build
- # Setup sys-root (Usable for gcc >= 3.4)
- mkdir -p i586-pc-freebsd8.0/sys-root
- %{__tar} cf - lib usr/lib usr/include | ( cd i586-pc-freebsd8.0/sys-root ; %{__tar} xf -)
-
- pushd i586-pc-freebsd8.0/sys-root/usr/lib > /dev/null
- # missing files
- rm -f lib*_p.*
- # not needed
- rm -rf aout compat
-
- # Fix up symlinks
- find -type l -exec ls -l {} \; | \
- while read a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aA ; do \
- case $aA in
- /lib* ) # link
- rm $a8;
- b=`basename $aA`
- ln -s ../../lib/$b $a8
- ;;
- esac
- done
- popd > /dev/null
-
-%install
- rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_prefix}
- cp -a i586-pc-freebsd8.0 $RPM_BUILD_ROOT%{_prefix}
-
-# Extract %%__os_install_post into os_install_post~
-cat << \EOF > os_install_post~
-%__os_install_post
-EOF
-
-# Generate customized brp-*scripts
-cat os_install_post~ | while read a x y; do
-case $a in
-# Prevent brp-strip* from trying to handle foreign binaries
-*/brp-strip*)
- b=$(basename $a)
- sed -e 's,find $RPM_BUILD_ROOT,find $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_libexecdir,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
-< os_install_post~ > os_install_post
-%define __os_install_post . ./os_install_post
-
-
-cat << EOF > %{_builddir}/%{name}-%{freebsd_rpmvers}/find-provides
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/i586-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/i586-pc-freebsd8.0/'} | %__find_provides
-EOF
-chmod +x %{_builddir}/%{name}-%{freebsd_rpmvers}/find-provides
-%define __find_provides %{_builddir}/%{name}-%{freebsd_rpmvers}/find-provides
-
-cat << EOF > %{_builddir}/%{name}-%{freebsd_rpmvers}/find-requires
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/i586-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/i586-pc-freebsd8.0/'} | %__find_requires
-EOF
-chmod +x %{_builddir}/%{name}-%{freebsd_rpmvers}/find-requires
-%define __find_requires %{_builddir}/%{name}-%{freebsd_rpmvers}/find-requires
-
-%ifnarch noarch
-# Extract %%__debug_install_post into debug_install_post~
-cat << \EOF > debug_install_post~
-%__debug_install_post
-EOF
-
-# Generate customized debug_install_post script
-cat debug_install_post~ | while read a x y; do
-case $a in
-# Prevent find-debuginfo.sh* from trying to handle foreign binaries
-*/find-debuginfo.sh)
- b=$(basename $a)
- sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
-< debug_install_post~ > debug_install_post
-%define __debug_install_post . ./debug_install_post
-
-%endif
-
-%clean
- rm -rf $RPM_BUILD_ROOT
-
-%package sys-root
-Group: Development/Tools
-Summary: i586-pc-freebsd8.0 target files for gcc >= 3.4
-
-%description sys-root
-i586-pc-freebsd8.0 target files for gcc >= 3.4
-
-%files sys-root
-%defattr(-,root,root,-)
-%dir %{_prefix}/i586-pc-freebsd8.0
-%{_prefix}/i586-pc-freebsd8.0/sys-root
diff --git a/contrib/crossrpms/freebsd8.0/i586/libs.add b/contrib/crossrpms/freebsd8.0/i586/libs.add
deleted file mode 100644
index 533b8f9f7b..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/libs.add
+++ /dev/null
@@ -1,102 +0,0 @@
-%define freebsd_version @FREEBSD_VERS@
-%define freebsd_rpmvers %{expand:%(echo @FREEBSD_VERS@ | tr - _)}
-
-%define _use_internal_dependency_generator 0
-%define __debug_install_post %{nil}
-
-Name: @rpmprefix@@tool_target@
-Release: @FREEBSD_RPMREL@
-License: FreeBSD
-Group: Development/Tools
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-
-Version: %freebsd_rpmvers
-Summary: @tool_target@ Libraries
-
-Source0: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aa
-Source1: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ab
-Source2: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ac
-Source3: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ad
-Source4: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ae
-Source5: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.af
-Source6: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ag
-Source7: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ah
-Source8: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ai
-Source9: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aj
-Source10: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ak
-Source11: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.al
-Source12: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.am
-Source13: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.an
-Source14: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ao
-Source15: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ap
-Source16: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aq
-Source17: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ar
-Source18: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.as
-Source19: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.at
-Source20: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.au
-Source21: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.av
-Source22: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aw
-Source23: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ax
-Source24: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ay
-Source25: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.az
-Source26: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ba
-Source27: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bb
-Source28: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bc
-Source29: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bd
-Source30: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.be
-Source31: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bf
-Source32: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bg
-Source33: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bh
-Source34: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bi
-Source35: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bj
-Source36: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bk
-Source37: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bl
-
-%description
-@tool_target@ libraries.
-
-%prep
-%setup -q -c -T -n %{name}-%{version}
-
- cat \
- %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 \
- %SOURCE5 %SOURCE6 %SOURCE7 %SOURCE8 %SOURCE9 \
- %SOURCE10 %SOURCE11 %SOURCE12 %SOURCE13 %SOURCE14 \
- %SOURCE15 %SOURCE16 %SOURCE17 %SOURCE18 %SOURCE19 \
- %SOURCE20 %SOURCE21 %SOURCE22 %SOURCE23 %SOURCE24 \
- %SOURCE25 %SOURCE26 %SOURCE27 %SOURCE28 %SOURCE29 \
- %SOURCE30 %SOURCE31 %SOURCE32 %SOURCE33 %SOURCE34 \
- %SOURCE35 %SOURCE36 %SOURCE37 \
- | %{__tar} --unlink -pxzf - ./lib ./usr/lib ./usr/include %{?el5:||:}
-
-%build
- # Setup sys-root (Usable for gcc >= 3.4)
- mkdir -p @tool_target@/sys-root
- %{__tar} cf - lib usr/lib usr/include | ( cd @tool_target@/sys-root ; %{__tar} xf -)
-
- pushd @tool_target@/sys-root/usr/lib > /dev/null
- # missing files
- rm -f lib*_p.*
- # not needed
- rm -rf aout compat
-
- # Fix up symlinks
- find -type l -exec ls -l {} \; | \
- while read a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aA ; do \
- case $aA in
- /lib* ) # link
- rm $a8;
- b=`basename $aA`
- ln -s ../../lib/$b $a8
- ;;
- esac
- done
- popd > /dev/null
-
-%install
- rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_prefix}
- cp -a @tool_target@ $RPM_BUILD_ROOT%{_prefix}
-
diff --git a/contrib/crossrpms/freebsd8.0/i586/target-libs.add b/contrib/crossrpms/freebsd8.0/i586/target-libs.add
deleted file mode 100644
index 0550fc7c07..0000000000
--- a/contrib/crossrpms/freebsd8.0/i586/target-libs.add
+++ /dev/null
@@ -1,11 +0,0 @@
-%package sys-root
-Group: Development/Tools
-Summary: @tool_target@ target files for gcc >= 3.4
-
-%description sys-root
-@tool_target@ target files for gcc >= 3.4
-
-%files sys-root
-%defattr(-,root,root,-)
-%dir %{_prefix}/@tool_target@
-%{_prefix}/@tool_target@/sys-root
diff --git a/contrib/crossrpms/freebsd8.0/libs.am b/contrib/crossrpms/freebsd8.0/libs.am
deleted file mode 100644
index a44fe588b3..0000000000
--- a/contrib/crossrpms/freebsd8.0/libs.am
+++ /dev/null
@@ -1,18 +0,0 @@
-LIBS_SUBPACKAGES = $(top_srcdir)/common/common.add
-LIBS_SUBPACKAGES += $(srcdir)/libs.add
-LIBS_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add
-LIBS_SUBPACKAGES += $(top_srcdir)/common/clean.add
-LIBS_SUBPACKAGES += $(srcdir)/target-libs.add
-
-$(TARGET)-libs.spec.in: $(LIBS_SUBPACKAGES) Makefile.am
- cat $(LIBS_SUBPACKAGES) | sed \
- -e "s/[@]FREEBSD_VERS[@]/$(FREEBSD_VERS)/g" \
- -e "s/[@]FREEBSD_RPMREL[@]/$(FREEBSD_RPMREL)%{?dist}/g" \
- -e "s,%{gcc_rpmvers},%{freebsd_rpmvers},g" \
- > $(TARGET)-libs.spec.in
-CLEANFILES += $(TARGET)-libs.spec.in
-
-@rpmprefix@$(TARGET)-libs.spec: $(TARGET)-libs.spec.in
- $(MKSPEC) $(TARGET)-libs.spec.in | $(SPECSTRIP) > $@
-CLEANFILES += @rpmprefix@$(TARGET)-libs.spec
-noinst_DATA += @rpmprefix@$(TARGET)-libs.spec
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/.cvsignore b/contrib/crossrpms/freebsd8.0/x86_64/.cvsignore
deleted file mode 100644
index a8baabe1f6..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-rtems*.spec
-*.spec.in
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/Makefile.am b/contrib/crossrpms/freebsd8.0/x86_64/Makefile.am
deleted file mode 100644
index 5dd2075550..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-
-TARGET = amd64-pc-freebsd8.0
-
-include $(top_srcdir)/mkspec.am
-
-FREEBSD_VERS = 8.0
-FREEBSD_RPMREL = 0.20100524.1
-EXTRA_DIST += libs.add
-EXTRA_DIST += target-libs.add
-include ../libs.am
-
-BINUTILS_VERS = 2.21
-BINUTILS_PKGVERS = $(BINUTILS_VERS)
-BINUTILS_RPMREL = 0.20101211.0
-include ../binutils.am
-BINUTILS_OPTS +=
-
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 0.20101211.0
-include ../gcc.am
-GCC_OPTS += --languages=cxx,fortran,objc
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-binutils.spec b/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-binutils.spec
deleted file mode 100644
index 930b705abc..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-binutils.spec
+++ /dev/null
@@ -1,170 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.org/bugzilla
-#
-
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%define debug_package %{nil}
-%define _libdir %{_exec_prefix}/lib
-%else
-%define _exeext %{nil}
-%endif
-
-%ifos cygwin cygwin32
-%define optflags -O3 -pipe -march=i486 -funroll-loops
-%endif
-
-%ifos mingw mingw32
-%if %{defined _mingw32_cflags}
-%define optflags %{_mingw32_cflags}
-%else
-%define optflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix %{_host}-
-%else
-%define _host_rpmprefix %{nil}
-%endif
-
-%define binutils_pkgvers 2.21
-%define binutils_version 2.21
-%define binutils_rpmvers %{expand:%(echo "2.21" | tr - _ )}
-
-Name: amd64-pc-freebsd8.0-binutils
-Summary: Binutils for target amd64-pc-freebsd8.0
-Group: Development/Tools
-Version: %{binutils_rpmvers}
-Release: 0.20101211.0%{?dist}
-License: GPL/LGPL
-URL: http://sources.redhat.com/binutils
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: %{_host_rpmprefix}gcc
-
-%if "%{binutils_version}" >= "2.18"
-# Bug in bfd: Doesn't build without texinfo installed
-BuildRequires: texinfo >= 4.2
-%else
-%endif
-BuildRequires: flex
-BuildRequires: bison
-
-Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
-
-%description
-Cross binutils for target amd64-pc-freebsd8.0
-%prep
-%setup -q -c -T -n %{name}-%{version}
-
-%setup -q -D -T -n %{name}-%{version} -a0
-cd binutils-%{binutils_pkgvers}
-%{?PATCH0:%patch0 -p1}
-cd ..
-
-%build
- mkdir -p build
- cd build
-%if "%{_build}" != "%{_host}"
- CFLAGS_FOR_BUILD="-g -O2 -Wall" \
-%endif
- CFLAGS="$RPM_OPT_FLAGS" \
- ../binutils-%{binutils_pkgvers}/configure \
- --build=%_build --host=%_host \
- --target=amd64-pc-freebsd8.0 \
- --verbose --disable-nls \
- --without-included-gettext \
- --disable-win32-registry \
- --disable-werror \
- --with-sysroot=%{_prefix}/amd64-pc-freebsd8.0/sys-root \
- --prefix=%{_prefix} --bindir=%{_bindir} \
- --exec-prefix=%{_exec_prefix} \
- --includedir=%{_includedir} --libdir=%{_libdir} \
- --mandir=%{_mandir} --infodir=%{_infodir}
-
- make %{?_smp_mflags} all
- cd ..
-
-%install
- rm -rf $RPM_BUILD_ROOT
-
- cd build
- make DESTDIR=$RPM_BUILD_ROOT install
-
-
-# Conflict with a native binutils' infos
- rm -rf $RPM_BUILD_ROOT%{_infodir}
-
-# We don't ship host files
- rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
-
-# manpages without corresponding tools
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/amd64-pc-freebsd8.0-dlltool%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/amd64-pc-freebsd8.0-dlltool*
- fi
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/amd64-pc-freebsd8.0-nlmconv%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/amd64-pc-freebsd8.0-nlmconv*
- fi
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/amd64-pc-freebsd8.0-windres%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/amd64-pc-freebsd8.0-windres*
- fi
- if test ! -f ${RPM_BUILD_ROOT}%{_bindir}/amd64-pc-freebsd8.0-windmc%{_exeext}; then
- rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/amd64-pc-freebsd8.0-windmc*
- fi
-
- cd ..
-
-# Extract %%__os_install_post into os_install_post~
-cat << \EOF > os_install_post~
-%__os_install_post
-EOF
-
-# Generate customized brp-*scripts
-cat os_install_post~ | while read a x y; do
-case $a in
-# Prevent brp-strip* from trying to handle foreign binaries
-*/brp-strip*)
- b=$(basename $a)
- sed -e 's,find $RPM_BUILD_ROOT,find $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_libexecdir,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
-< os_install_post~ > os_install_post
-%define __os_install_post . ./os_install_post
-
-%clean
- rm -rf $RPM_BUILD_ROOT
-
-# ==============================================================
-# amd64-pc-freebsd8.0-binutils
-# ==============================================================
-# %package -n amd64-pc-freebsd8.0-binutils
-# Summary: rtems binutils for amd64-pc-freebsd8.0
-# Group: Development/Tools
-# %if %build_infos
-# Requires: binutils-common
-# %endif
-
-%description -n amd64-pc-freebsd8.0-binutils
-GNU binutils targetting amd64-pc-freebsd8.0.
-
-%files -n amd64-pc-freebsd8.0-binutils
-%defattr(-,root,root)
-
-%{_mandir}/man1/amd64-pc-freebsd8.0-*.1*
-
-%{_bindir}/amd64-pc-freebsd8.0-*
-
-%dir %{_exec_prefix}/amd64-pc-freebsd8.0
-%dir %{_exec_prefix}/amd64-pc-freebsd8.0/bin
-%{_exec_prefix}/amd64-pc-freebsd8.0/bin/*
-
-%dir %{_exec_prefix}/amd64-pc-freebsd8.0/lib
-%{_exec_prefix}/amd64-pc-freebsd8.0/lib/ldscripts
-
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-gcc.spec b/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-gcc.spec
deleted file mode 100644
index b2e4185bfc..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-gcc.spec
+++ /dev/null
@@ -1,789 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.org/bugzilla
-#
-
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%define debug_package %{nil}
-%define _libdir %{_exec_prefix}/lib
-%else
-%define _exeext %{nil}
-%endif
-
-%ifos cygwin cygwin32
-%define optflags -O3 -pipe -march=i486 -funroll-loops
-%endif
-
-%ifos mingw mingw32
-%if %{defined _mingw32_cflags}
-%define optflags %{_mingw32_cflags}
-%else
-%define optflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix %{_host}-
-%else
-%define _host_rpmprefix %{nil}
-%endif
-
-
-%define gcc_pkgvers 4.5.0
-%define gcc_version 4.5.0
-%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
-
-
-Name: amd64-pc-freebsd8.0-gcc
-Summary: amd64-pc-freebsd8.0 gcc
-
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-Release: 0.20101211.0%{?dist}
-License: GPL
-URL: http://gcc.gnu.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-%define _use_internal_dependency_generator 0
-
-BuildRequires: %{_host_rpmprefix}gcc
-
-# FIXME: Disable lto for now, to avoid dependencies on libelf
-%bcond_with lto
-
-# FIXME: Disable python gdb scripts
-# ATM, no idea how to package them
-%bcond_with pygdb
-
-# FIXME: Disable GCC-plugin
-# Bug in gcc-4.5-20100318, doesn't build them on x86_84 hosts.
-%bcond_with plugin
-
-# EXPERIMENTAL: Use gcc's stdint.h instead of newlib's
-# Should be applicable to gcc >= 4.5.0
-%bcond_with gcc_stdint
-
-# versions of libraries, we conditionally bundle if necessary
-%global mpc_version 0.8.1
-%global mpfr_version 2.4.2
-%global gmp_version 4.3.2
-%global libelf_version 0.8.13
-
-# versions of libraries these distros are known to ship
-%if 0%{?fc15}
-%global mpc_provided 0.8.3
-%global mpfr_provided 3.0.0
-%global gmp_provided 4.3.2
-%endif
-
-%if 0%{?fc14}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?fc13}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?el6}
-%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?el5}
-%global mpc_provided %{nil}
-%global mpfr_provided %{nil}
-%global gmp_provided 4.1.4
-%endif
-
-%if 0%{?suse11_0}
-%global mpc_provided %{nil}
-%global mpfr_provided 2.3.1
-%global gmp_provided 4.2.2
-%endif
-
-%if 0%{?suse11_1}
-%global mpc_provided %{nil}
-%global mpfr_provided 2.3.2
-%global gmp_provided 4.2.3
-%endif
-
-%if 0%{?suse11_2}
-%global mpc_provided 0.7
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?suse11_3}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.2
-%endif
-
-%if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
-%endif
-
-%if 0%{?mingw32}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.2
-%endif
-
-%if "%{gcc_version}" >= "4.2.0"
-%define gmp_required 4.1
-%define mpfr_required 2.2.1
-%endif
-
-%if "%{gcc_version}" >= "4.3.0"
-%define gmp_required 4.1
-%define mpfr_required 2.3.1
-%endif
-
-%if "%{gcc_version}" >= "4.3.3"
-%define cloog_required 0.15
-%endif
-
-%if "%{gcc_version}" >= "4.4.0"
-%define mpfr_required 2.3.2
-%endif
-
-%if "%{gcc_version}" >= "4.5.0"
-%define mpc_required 0.8
-%if %{with lto}
-%define libelf_required 0.8.12
-%endif
-%endif
-
-%if %{defined mpc_required}
-%if "%{mpc_provided}" >= "%{mpc_required}"
-%{?fedora:BuildRequires: libmpc-devel >= %{mpc_required}}
-%{?suse:BuildRequires: mpc-devel >= %{mpc_required}}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}mpc-devel >= %{mpc_required}
-%endif
-%else
-%define _build_mpc 1
-%define gmp_required 4.2
-%endif
-%endif
-
-%if %{defined gmp_required}
-%if "%{gmp_provided}" >= "%{gmp_required}"
-BuildRequires: gmp-devel >= %{gmp_required}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}gmp-devel >= %{gmp_required}
-%endif
-%else
-%define _build_gmp 1
-%endif
-%endif
-
-%if %{defined libelf_required}
-%if "%{libelf_provided}" >= "%{libelf_required}"
-BuildRequires: libelf-devel >= %{libelf_required}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
-%endif
-%else
-%define _build_libelf 1
-%endif
-%endif
-
-
-%if %{defined cloog_required}
-%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?fc14:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?el6:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?suse11_3:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
-%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
-%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
-%endif
-
-
-%if %{defined mpfr_required}
-%if "%{mpfr_provided}" >= "%{mpfr_required}"
-BuildRequires: mpfr-devel >= %{mpfr_required}
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}mpfr-devel >= %{mpfr_required}
-%endif
-%else
-%define _build_mpfr 1
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-BuildRequires: amd64-pc-freebsd8.0-gcc = %{gcc_rpmvers}
-%endif
-
-%if "%{gcc_version}" >= "4.2.0"
-BuildRequires: flex bison
-%endif
-
-
-BuildRequires: texinfo >= 4.2
-BuildRequires: amd64-pc-freebsd8.0-binutils
-BuildRequires: amd64-pc-freebsd8.0-sys-root
-
-Requires: amd64-pc-freebsd8.0-binutils
-Requires: amd64-pc-freebsd8.0-sys-root
-Requires: amd64-pc-freebsd8.0-gcc-libgcc = %{gcc_rpmvers}-%{release}
-
-%if "%{gcc_version}" >= "4.5.0"
-BuildRequires: zlib-devel
-%if "%{_build}" != "%{_host}"
-BuildRequires: %{_host_rpmprefix}zlib-devel
-%endif
-%else
-%endif
-
-%global _gcclibdir %{_prefix}/lib
-
-Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 0}
-
-Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 1}
-
-Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 2}
-
-Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
-%{?_without_sources:NoSource: 5}
-
-%if 0%{?_build_mpfr}
-Source60: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
-%endif
-
-%if 0%{?_build_mpc}
-Source61: http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%endif
-
-%if 0%{?_build_gmp}
-Source62: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
-%endif
-
-%if 0%{?_build_libelf}
-Source63: http://www.mr511.de/software/libelf-%{libelf_version}.tar.gz
-%endif
-
-%description
-Cross gcc for amd64-pc-freebsd8.0.
-
-%prep
-%setup -c -T -n %{name}-%{version}
-
-%setup -q -T -D -n %{name}-%{version} -a0
-cd gcc-%{gcc_pkgvers}
-%{?PATCH0:%patch0 -p1}
-cd ..
-
-%setup -q -T -D -n %{name}-%{version} -a1
-cd gcc-%{gcc_pkgvers}
-%{?PATCH1:%patch1 -p1}
-cd ..
-
-%setup -q -T -D -n %{name}-%{version} -a2
-%{?PATCH2:%patch2 -p0}
-
-
-
-%setup -q -T -D -n %{name}-%{version} -a5
-%{?PATCH5:%patch5 -p0}
-
-%if %{with gcc_stdint}
-sed -i -e '/thread_file=.*rtems/,/use_gcc_stdint=wrap/ { s/use_gcc_stdint=wrap/use_gcc_stdint=provide/}' gcc-%{gcc_pkgvers}/gcc/config.gcc
-%endif
-
-
-%if 0%{?_build_mpfr}
-%setup -q -T -D -n %{name}-%{version} -a60
-%{?PATCH60:%patch60 -p1}
- # Build mpfr one-tree style
- ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
-%endif
-
-%if 0%{?_build_mpc}
-%setup -q -T -D -n %{name}-%{version} -a61
-%{?PATCH61:%patch61 -p1}
- # Build mpc one-tree style
- ln -s ../mpc-%{mpc_version} gcc-%{gcc_pkgvers}/mpc
-%endif
-
-%if 0%{?_build_gmp}
-%setup -q -T -D -n %{name}-%{version} -a62
-%{?PATCH62:%patch62 -p1}
- # Build gmp one-tree style
- ln -s ../gmp-%{gmp_version} gcc-%{gcc_pkgvers}/gmp
-%endif
-
-%if 0%{?_build_libelf}
-%setup -q -T -D -n %{name}-%{version} -a63
-%{?PATCH63:%patch63 -p1}
- # Build libelf one-tree style
- ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
-%endif
-
-
- # Fix timestamps
- cd gcc-%{gcc_pkgvers}
- contrib/gcc_update --touch
- cd ..
-%build
- mkdir -p build
-
- cd build
-
- languages="c"
- languages="$languages,c++"
- languages="$languages,fortran"
- languages="$languages,objc"
-%if "%{_build}" != "%{_host}"
- CFLAGS_FOR_BUILD="-g -O2 -Wall" \
- CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
-%else
-# gcc is not ready to be compiled with -std=gnu99
- CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
-%endif
- ../gcc-%{gcc_pkgvers}/configure \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --exec_prefix=%{_exec_prefix} \
- --includedir=%{_includedir} \
- --libdir=%{_gcclibdir} \
- --libexecdir=%{_libexecdir} \
- --mandir=%{_mandir} \
- --infodir=%{_infodir} \
- --datadir=%{_datadir} \
- --build=%_build --host=%_host \
- --target=amd64-pc-freebsd8.0 \
- --disable-libstdcxx-pch \
- --with-gnu-as --with-gnu-ld --verbose \
- --with-system-zlib \
- --disable-nls --without-included-gettext \
- --disable-win32-registry \
- --enable-version-specific-runtime-libs \
- --enable-threads \
- --with-sysroot=%{_exec_prefix}/amd64-pc-freebsd8.0/sys-root \
- %{?with_lto:--enable-lto}%{!?with_lto:--disable-lto} \
- %{?with_plugin:--enable-plugin}%{!?with_plugin:--disable-plugin} \
- --enable-languages="$languages" $optargs
-
-%if "%_host" != "%_build"
- # Bug in gcc-3.2.1:
- # Somehow, gcc doesn't get syslimits.h right for Cdn-Xs
- mkdir -p gcc/include
- cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h
-%endif
-
- make %{?_smp_mflags} all
- cd ..
-
-%install
- rm -rf $RPM_BUILD_ROOT
-
- cd build
-
- make DESTDIR=$RPM_BUILD_ROOT install
- cd ..
-
-
-%if "%{gcc_version}" <= "4.1.2"
-# Misplaced header file
- if test -f $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h; then
- mv $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h \
- $RPM_BUILD_ROOT%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include/
- fi
-%endif
-
- # host library
-%if "%{gcc_version}" >= "4.2.0"
- # libiberty doesn't honor --libdir, but always installs to a
- # magically guessed _libdir
- rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty.a
-%else
- # libiberty installs to --libdir=...
- rm -f ${RPM_BUILD_ROOT}%{_gcclibdir}/libiberty.a
-%endif
-
- # We use the version from binutils
- rm -f $RPM_BUILD_ROOT%{_bindir}/amd64-pc-freebsd8.0-c++filt%{_exeext}
-
-
-# Conflict with a native GCC's infos
- rm -rf $RPM_BUILD_ROOT%{_infodir}
-
-# Conflict with a native GCC's man pages
- rm -rf $RPM_BUILD_ROOT%{_mandir}/man7
-
- # Bug in gcc-3.4.0pre
- rm -f $RPM_BUILD_ROOT%{_bindir}/amd64-pc-freebsd8.0-amd64-pc-freebsd8.0-gcjh%{_exeext}
-
- # Bug in gcc-3.3.x/gcc-3.4.x: Despite we don't need fixincludes, it installs
- # the fixinclude-install-tools
- rm -rf ${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/install-tools
- rm -rf ${RPM_BUILD_ROOT}%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/install-tools
-
- # Bug in gcc > 4.1.0: Installs an unused, empty directory
- if test -d ${RPM_BUILD_ROOT}%{_prefix}/amd64-pc-freebsd8.0/include/bits; then
- rmdir ${RPM_BUILD_ROOT}%{_prefix}/amd64-pc-freebsd8.0/include/bits
- fi
-
- # gcc >= 4.5.0: installs weird libstdc++ python bindings.
-%if ! %{with pygdb}
- if test -d ${RPM_BUILD_ROOT}%{_datadir}/gcc-%{gcc_version}/python; then
- rm -rf ${RPM_BUILD_ROOT}%{_datadir}/gcc-%{gcc_version}/python/libstdcxx
- fi
-%endif
-
- # Collect multilib subdirectories
- multilibs=`build/gcc/xgcc -Bbuild/gcc/ --print-multi-lib | sed -e 's,;.*$,,'`
-
-
- rm -f dirs ;
- echo "%defattr(-,root,root,-)" >> dirs
- TGTDIR="%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}"
- for i in $multilibs; do
- case $i in
- \.) ;; # ignore, handled elsewhere
- *) echo "%dir ${TGTDIR}/$i" >> dirs
- ;;
- esac
- done
-
- # Collect files to go into different packages
- cp dirs build/files.gcc
- cp dirs build/files.gfortran
- cp dirs build/files.objc
- cp dirs build/files.gcj
- cp dirs build/files.g++
-
- TGTDIR="%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}"
- f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
- for i in $f; do
- case $i in
- *lib*.la) rm ${RPM_BUILD_ROOT}/$i ;; # ignore: gcc produces bogus libtool libs
- *f771) ;;
- *f951) ;;
- *cc1) ;;
- *cc1obj) ;;
- *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
- *collect2) ;;
- *libobjc*) echo "$i" >> build/files.objc ;;
- *include/objc*) ;;
- *include/g++*);;
- *include/c++*);;
- *include-fixed/*);;
- *finclude/*);;
- *adainclude*);;
- *adalib*);;
- *gnat1);;
- *jc1) ;;
- *jvgenmain) ;;
- */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
- %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
- %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
- */libstdc++.*) echo "$i" >> build/files.g++ ;;
- */libsupc++.*) echo "$i" >> build/files.g++ ;;
- *) echo "$i" >> build/files.gcc ;;
- esac
- done
-
- TGTDIR="%{_exec_prefix}/amd64-pc-freebsd8.0/lib"
- f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
- for i in $f; do
- case $i in
- *lib*.la) rm ${RPM_BUILD_ROOT}/$i;; # ignore - gcc produces bogus libtool libs
- *libiberty.a) rm ${RPM_BUILD_ROOT}/$i ;; # ignore - GPL'ed
-# all other files belong to newlib
- *) echo "$i" >> build/files.newlib ;;
- esac
- done
-# Extract %%__os_install_post into os_install_post~
-cat << \EOF > os_install_post~
-%__os_install_post
-EOF
-
-# Generate customized brp-*scripts
-cat os_install_post~ | while read a x y; do
-case $a in
-# Prevent brp-strip* from trying to handle foreign binaries
-*/brp-strip*)
- b=$(basename $a)
- sed -e 's,find $RPM_BUILD_ROOT,find $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_libexecdir,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
-< os_install_post~ > os_install_post
-%define __os_install_post . ./os_install_post
-
-
-cat << EOF > %{_builddir}/%{name}-%{gcc_rpmvers}/find-provides
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/amd64-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/'} | %__find_provides
-EOF
-chmod +x %{_builddir}/%{name}-%{gcc_rpmvers}/find-provides
-%define __find_provides %{_builddir}/%{name}-%{gcc_rpmvers}/find-provides
-
-cat << EOF > %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/amd64-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/'} | %__find_requires
-EOF
-chmod +x %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-
-%ifnarch noarch
-# Extract %%__debug_install_post into debug_install_post~
-cat << \EOF > debug_install_post~
-%__debug_install_post
-EOF
-
-# Generate customized debug_install_post script
-cat debug_install_post~ | while read a x y; do
-case $a in
-# Prevent find-debuginfo.sh* from trying to handle foreign binaries
-*/find-debuginfo.sh)
- b=$(basename $a)
- sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
-< debug_install_post~ > debug_install_post
-%define __debug_install_post . ./debug_install_post
-
-%endif
-
-%clean
- rm -rf $RPM_BUILD_ROOT
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc
-# ==============================================================
-# %package -n amd64-pc-freebsd8.0-gcc
-# Summary: GNU cc compiler for amd64-pc-freebsd8.0
-# Group: Development/Tools
-# Version: %{gcc_rpmvers}
-# Requires: amd64-pc-freebsd8.0-binutils
-# License: GPL
-
-# %if %build_infos
-# Requires: gcc-common
-# %endif
-
-%description -n amd64-pc-freebsd8.0-gcc
-GNU cc compiler for amd64-pc-freebsd8.0.
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc-libgcc
-# ==============================================================
-%package -n amd64-pc-freebsd8.0-gcc-libgcc
-Summary: libgcc for amd64-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n amd64-pc-freebsd8.0-gcc-libgcc
-libgcc amd64-pc-freebsd8.0-gcc.
-
-
-%files -n amd64-pc-freebsd8.0-gcc
-%defattr(-,root,root)
-
-%{_mandir}/man1/amd64-pc-freebsd8.0-gcc.1*
-%{_mandir}/man1/amd64-pc-freebsd8.0-cpp.1*
-%{_mandir}/man1/amd64-pc-freebsd8.0-gcov.1*
-
-%{_bindir}/amd64-pc-freebsd8.0-cpp%{_exeext}
-%{_bindir}/amd64-pc-freebsd8.0-gcc%{_exeext}
-%{_bindir}/amd64-pc-freebsd8.0-gcc-%{gcc_version}%{_exeext}
-%{_bindir}/amd64-pc-freebsd8.0-gcov%{_exeext}
-%{_bindir}/amd64-pc-freebsd8.0-gccbug
-
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/cc1%{_exeext}
-%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/collect2%{_exeext}
-%if "%{gcc_version}" >= "4.5.0"
-%{?with_lto:%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/lto%{_exeext}}
-%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/lto-wrapper%{_exeext}
-%endif
-
-%files -n amd64-pc-freebsd8.0-gcc-libgcc -f build/files.gcc
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include
-
-%if "%{gcc_version}" > "4.0.3"
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include/ssp
-%endif
-
-%if "%{gcc_version}" >= "4.3.0"
-%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include-fixed
-%endif
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc-c++
-# ==============================================================
-%package -n amd64-pc-freebsd8.0-gcc-c++
-Summary: GCC c++ compiler for amd64-pc-freebsd8.0
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-License: GPL
-Requires: amd64-pc-freebsd8.0-gcc-libstdc++ = %{gcc_rpmvers}-%{release}
-
-%if "%{_build}" != "%{_host}"
-BuildRequires: amd64-pc-freebsd8.0-gcc-c++ = %{gcc_rpmvers}
-%endif
-
-Requires: amd64-pc-freebsd8.0-gcc = %{gcc_rpmvers}-%{release}
-
-%description -n amd64-pc-freebsd8.0-gcc-c++
-GCC c++ compiler for amd64-pc-freebsd8.0.
-
-
-%package -n amd64-pc-freebsd8.0-gcc-libstdc++
-Summary: libstdc++ for amd64-pc-freebsd8.0
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n amd64-pc-freebsd8.0-gcc-libstdc++
-%{summary}
-
-
-%files -n amd64-pc-freebsd8.0-gcc-c++
-%defattr(-,root,root)
-
-%{_mandir}/man1/amd64-pc-freebsd8.0-g++.1*
-
-%{_bindir}/amd64-pc-freebsd8.0-c++%{_exeext}
-%{_bindir}/amd64-pc-freebsd8.0-g++%{_exeext}
-
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/cc1plus%{_exeext}
-
-
-%files -n amd64-pc-freebsd8.0-gcc-libstdc++ -f build/files.g++
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include
-%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include/c++
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc-gfortran
-# ==============================================================
-%package -n amd64-pc-freebsd8.0-gcc-gfortran
-Summary: Fortran 95 support for amd64-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-License: GPL
-
-Requires: amd64-pc-freebsd8.0-gcc = %{gcc_rpmvers}-%{release}
-Requires: amd64-pc-freebsd8.0-gcc-libgfortran = %{gcc_rpmvers}-%{release}
-
-%description -n amd64-pc-freebsd8.0-gcc-gfortran
-GCC fortran compiler for amd64-pc-freebsd8.0.
-
-%files -n amd64-pc-freebsd8.0-gcc-gfortran
-%defattr(-,root,root)
-%{_bindir}/amd64-pc-freebsd8.0-gfortran%{_exeext}
-
-%{_mandir}/man1/amd64-pc-freebsd8.0-gfortran.1*
-
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/f951%{_exeext}
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc-libgfortran
-# ==============================================================
-%package -n amd64-pc-freebsd8.0-gcc-libgfortran
-Summary: Fortran 95 support libraries for amd64-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n amd64-pc-freebsd8.0-gcc-libgfortran
-%{summary}
-
-%files -n amd64-pc-freebsd8.0-gcc-libgfortran -f build/files.gfortran
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%if "%{gcc_version}" >= "4.2.0"
-%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/finclude
-%endif
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc-objc
-# ==============================================================
-%package -n amd64-pc-freebsd8.0-gcc-objc
-Summary: Objective C support for amd64-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-License: GPL
-
-Requires: amd64-pc-freebsd8.0-gcc = %{gcc_rpmvers}-%{release}
-Requires: amd64-pc-freebsd8.0-gcc-libobjc = %{gcc_rpmvers}-%{release}
-
-%description -n amd64-pc-freebsd8.0-gcc-objc
-GCC objc compiler for amd64-pc-freebsd8.0.
-
-%files -n amd64-pc-freebsd8.0-gcc-objc
-%defattr(-,root,root)
-%dir %{_libexecdir}/gcc
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%{_libexecdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/cc1obj%{_exeext}
-
-# ==============================================================
-# amd64-pc-freebsd8.0-gcc-libobjc
-# ==============================================================
-%package -n amd64-pc-freebsd8.0-gcc-libobjc
-Summary: Objective C support for amd64-pc-freebsd8.0-gcc
-Group: Development/Tools
-Version: %{gcc_rpmvers}
-%{?_with_noarch_subpackages:BuildArch: noarch}
-License: GPL
-
-%description -n amd64-pc-freebsd8.0-gcc-libobjc
-Support libraries for GCC's objc compiler for amd64-pc-freebsd8.0.
-
-%files -n amd64-pc-freebsd8.0-gcc-libobjc -f build/files.objc
-%defattr(-,root,root)
-%dir %{_gcclibdir}/gcc
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}
-%dir %{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include
-%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/%{gcc_version}/include/objc
-
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-libs.spec b/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-libs.spec
deleted file mode 100644
index 3befe49786..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/amd64-pc-freebsd8.0-libs.spec
+++ /dev/null
@@ -1,214 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.org/bugzilla
-#
-
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%define debug_package %{nil}
-%define _libdir %{_exec_prefix}/lib
-%else
-%define _exeext %{nil}
-%endif
-
-%ifos cygwin cygwin32
-%define optflags -O3 -pipe -march=i486 -funroll-loops
-%endif
-
-%ifos mingw mingw32
-%if %{defined _mingw32_cflags}
-%define optflags %{_mingw32_cflags}
-%else
-%define optflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-%endif
-%endif
-
-%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix %{_host}-
-%else
-%define _host_rpmprefix %{nil}
-%endif
-
-%define freebsd_version 8.0
-%define freebsd_rpmvers %{expand:%(echo 8.0 | tr - _)}
-
-%define _use_internal_dependency_generator 0
-%define __debug_install_post %{nil}
-
-Name: amd64-pc-freebsd8.0
-Release: 0.20100524.1%{?dist}
-License: FreeBSD
-Group: Development/Tools
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-
-Version: %freebsd_rpmvers
-Summary: amd64-pc-freebsd8.0 Libraries
-
-Source0: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aa
-Source1: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ab
-Source2: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ac
-Source3: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ad
-Source4: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ae
-Source5: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.af
-Source6: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ag
-Source7: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ah
-Source8: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ai
-Source9: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aj
-Source10: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ak
-Source11: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.al
-Source12: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.am
-Source13: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.an
-Source14: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ao
-Source15: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ap
-Source16: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aq
-Source17: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ar
-Source18: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.as
-Source19: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.at
-Source20: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.au
-Source21: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.av
-Source22: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.aw
-Source23: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ax
-Source24: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ay
-Source25: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.az
-Source26: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.ba
-Source27: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bb
-Source28: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bc
-Source29: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bd
-Source30: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.be
-Source31: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bf
-Source32: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bg
-Source33: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bh
-Source34: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bi
-Source35: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bj
-Source36: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bk
-Source37: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bl
-Source38: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bm
-Source39: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bn
-Source40: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/base.bo
-
-%description
-amd64-pc-freebsd8.0 libraries.
-
-%prep
-%setup -q -c -T -n %{name}-%{version}
-
- cat \
- %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 \
- %SOURCE5 %SOURCE6 %SOURCE7 %SOURCE8 %SOURCE9 \
- %SOURCE10 %SOURCE11 %SOURCE12 %SOURCE13 %SOURCE14 \
- %SOURCE15 %SOURCE16 %SOURCE17 %SOURCE18 %SOURCE19 \
- %SOURCE20 %SOURCE21 %SOURCE22 %SOURCE23 %SOURCE24 \
- %SOURCE25 %SOURCE26 %SOURCE27 %SOURCE28 %SOURCE29 \
- %SOURCE30 %SOURCE31 %SOURCE32 %SOURCE33 %SOURCE34 \
- %SOURCE35 %SOURCE36 %SOURCE37 %SOURCE38 %SOURCE39 \
- %SOURCE40 \
- | %{__tar} --unlink -pxzf - ./lib ./usr/lib ./usr/include %{?el5:||:}
-
-%build
- # Setup sys-root (Usable for gcc >= 3.4)
- mkdir -p amd64-pc-freebsd8.0/sys-root
- %{__tar} cf - lib usr/lib usr/include | ( cd amd64-pc-freebsd8.0/sys-root ; %{__tar} xf -)
-
- pushd amd64-pc-freebsd8.0/sys-root/usr/lib > /dev/null
- # missing files
- rm -f lib*_p.*
- # not needed
- rm -rf aout compat
-
- # Fix up symlinks
- find -type l -exec ls -l {} \; | \
- while read a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aA ; do \
- case $aA in
- /lib* ) # link
- rm $a8;
- b=`basename $aA`
- ln -s ../../lib/$b $a8
- ;;
- esac
- done
- popd > /dev/null
-
-%install
- rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_prefix}
- cp -a amd64-pc-freebsd8.0 $RPM_BUILD_ROOT%{_prefix}
-
-# Extract %%__os_install_post into os_install_post~
-cat << \EOF > os_install_post~
-%__os_install_post
-EOF
-
-# Generate customized brp-*scripts
-cat os_install_post~ | while read a x y; do
-case $a in
-# Prevent brp-strip* from trying to handle foreign binaries
-*/brp-strip*)
- b=$(basename $a)
- sed -e 's,find $RPM_BUILD_ROOT,find $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_libexecdir,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
-< os_install_post~ > os_install_post
-%define __os_install_post . ./os_install_post
-
-
-cat << EOF > %{_builddir}/%{name}-%{freebsd_rpmvers}/find-provides
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/amd64-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/'} | %__find_provides
-EOF
-chmod +x %{_builddir}/%{name}-%{freebsd_rpmvers}/find-provides
-%define __find_provides %{_builddir}/%{name}-%{freebsd_rpmvers}/find-provides
-
-cat << EOF > %{_builddir}/%{name}-%{freebsd_rpmvers}/find-requires
-#!/bin/sh
-grep -E -v '^${RPM_BUILD_ROOT}%{_exec_prefix}/amd64-pc-freebsd8.0/(lib|include|sys-root)' \
- %{?_gcclibdir:| grep -v '^${RPM_BUILD_ROOT}%{_gcclibdir}/gcc/amd64-pc-freebsd8.0/'} | %__find_requires
-EOF
-chmod +x %{_builddir}/%{name}-%{freebsd_rpmvers}/find-requires
-%define __find_requires %{_builddir}/%{name}-%{freebsd_rpmvers}/find-requires
-
-%ifnarch noarch
-# Extract %%__debug_install_post into debug_install_post~
-cat << \EOF > debug_install_post~
-%__debug_install_post
-EOF
-
-# Generate customized debug_install_post script
-cat debug_install_post~ | while read a x y; do
-case $a in
-# Prevent find-debuginfo.sh* from trying to handle foreign binaries
-*/find-debuginfo.sh)
- b=$(basename $a)
- sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
- chmod a+x $b
- ;;
-esac
-done
-
-sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
-< debug_install_post~ > debug_install_post
-%define __debug_install_post . ./debug_install_post
-
-%endif
-
-%clean
- rm -rf $RPM_BUILD_ROOT
-
-%package sys-root
-Group: Development/Tools
-Summary: amd64-pc-freebsd8.0 target files for gcc >= 3.4
-
-%description sys-root
-amd64-pc-freebsd8.0 target files for gcc >= 3.4
-
-%files sys-root
-%defattr(-,root,root,-)
-%dir %{_prefix}/amd64-pc-freebsd8.0
-%{_prefix}/amd64-pc-freebsd8.0/sys-root
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/binutils-sources.add b/contrib/crossrpms/freebsd8.0/x86_64/binutils-sources.add
deleted file mode 100644
index e458c6f5d7..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/binutils-sources.add
+++ /dev/null
@@ -1,2 +0,0 @@
-Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
-@PATCH0@
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/gcc-sources.add b/contrib/crossrpms/freebsd8.0/x86_64/gcc-sources.add
deleted file mode 100644
index 4fe912f8a7..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/gcc-sources.add
+++ /dev/null
@@ -1,33 +0,0 @@
-Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
-@PATCH0@
-%{?_without_sources:NoSource: 0}
-
-%if %build_cxx
-Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
-@PATCH1@
-%{?_without_sources:NoSource: 1}
-
-%endif
-%if %build_fortran
-Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
-@PATCH2@
-%{?_without_sources:NoSource: 2}
-
-%endif
-%if %build_gcj
-Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
-@PATCH3@
-%{?_without_sources:NoSource: 3}
-
-%endif
-%if %build_gnat
-Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
-@PATCH4@
-%{?_without_sources:NoSource: 4}
-
-%endif
-%if %build_objc
-Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
-@PATCH5@
-%{?_without_sources:NoSource: 5}
-%endif
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/libs.add b/contrib/crossrpms/freebsd8.0/x86_64/libs.add
deleted file mode 100644
index 0a1f674885..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/libs.add
+++ /dev/null
@@ -1,106 +0,0 @@
-%define freebsd_version @FREEBSD_VERS@
-%define freebsd_rpmvers %{expand:%(echo @FREEBSD_VERS@ | tr - _)}
-
-%define _use_internal_dependency_generator 0
-%define __debug_install_post %{nil}
-
-Name: @rpmprefix@@tool_target@
-Release: @FREEBSD_RPMREL@
-License: FreeBSD
-Group: Development/Tools
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-
-Version: %freebsd_rpmvers
-Summary: @tool_target@ Libraries
-
-Source0: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aa
-Source1: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ab
-Source2: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ac
-Source3: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ad
-Source4: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ae
-Source5: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.af
-Source6: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ag
-Source7: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ah
-Source8: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ai
-Source9: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aj
-Source10: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ak
-Source11: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.al
-Source12: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.am
-Source13: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.an
-Source14: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ao
-Source15: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ap
-Source16: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aq
-Source17: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ar
-Source18: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.as
-Source19: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.at
-Source20: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.au
-Source21: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.av
-Source22: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.aw
-Source23: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ax
-Source24: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ay
-Source25: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.az
-Source26: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.ba
-Source27: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bb
-Source28: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bc
-Source29: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bd
-Source30: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.be
-Source31: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bf
-Source32: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bg
-Source33: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bh
-Source34: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bi
-Source35: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bj
-Source36: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bk
-Source37: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bl
-Source38: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bm
-Source39: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bn
-Source40: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/@FREEBSD_VERS@-RELEASE/base/base.bo
-
-%description
-@tool_target@ libraries.
-
-%prep
-%setup -q -c -T -n %{name}-%{version}
-
- cat \
- %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 \
- %SOURCE5 %SOURCE6 %SOURCE7 %SOURCE8 %SOURCE9 \
- %SOURCE10 %SOURCE11 %SOURCE12 %SOURCE13 %SOURCE14 \
- %SOURCE15 %SOURCE16 %SOURCE17 %SOURCE18 %SOURCE19 \
- %SOURCE20 %SOURCE21 %SOURCE22 %SOURCE23 %SOURCE24 \
- %SOURCE25 %SOURCE26 %SOURCE27 %SOURCE28 %SOURCE29 \
- %SOURCE30 %SOURCE31 %SOURCE32 %SOURCE33 %SOURCE34 \
- %SOURCE35 %SOURCE36 %SOURCE37 %SOURCE38 %SOURCE39 \
- %SOURCE40 \
- | %{__tar} --unlink -pxzf - ./lib ./usr/lib ./usr/include %{?el5:||:}
-
-%build
- # Setup sys-root (Usable for gcc >= 3.4)
- mkdir -p @tool_target@/sys-root
- %{__tar} cf - lib usr/lib usr/include | ( cd @tool_target@/sys-root ; %{__tar} xf -)
-
- pushd @tool_target@/sys-root/usr/lib > /dev/null
- # missing files
- rm -f lib*_p.*
- # not needed
- rm -rf aout compat
-
- # Fix up symlinks
- find -type l -exec ls -l {} \; | \
- while read a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aA ; do \
- case $aA in
- /lib* ) # link
- rm $a8;
- b=`basename $aA`
- ln -s ../../lib/$b $a8
- ;;
- esac
- done
- popd > /dev/null
-
-%install
- rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_prefix}
- cp -a @tool_target@ $RPM_BUILD_ROOT%{_prefix}
-
diff --git a/contrib/crossrpms/freebsd8.0/x86_64/target-libs.add b/contrib/crossrpms/freebsd8.0/x86_64/target-libs.add
deleted file mode 100644
index 0550fc7c07..0000000000
--- a/contrib/crossrpms/freebsd8.0/x86_64/target-libs.add
+++ /dev/null
@@ -1,11 +0,0 @@
-%package sys-root
-Group: Development/Tools
-Summary: @tool_target@ target files for gcc >= 3.4
-
-%description sys-root
-@tool_target@ target files for gcc >= 3.4
-
-%files sys-root
-%defattr(-,root,root,-)
-%dir %{_prefix}/@tool_target@
-%{_prefix}/@tool_target@/sys-root