Changeset 86b2da4 in rtems


Ignore:
Timestamp:
11/13/08 07:55:18 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.8
Children:
712a3a2
Parents:
13873d5
Message:

Regenerate.

Location:
contrib/crossrpms/rtems4.8
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/arm-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    174174  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    175175%else
    176   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     176# gcc is not ready to be compiled with -std=gnu99
     177  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    177178%endif
    178179  ../gcc-%{gcc_pkgvers}/configure \
     
    378379%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    379380
     381%ifnarch noarch
     382# Extract %%__debug_install_post into debug_install_post~
     383cat << \EOF > debug_install_post~
     384%__debug_install_post
     385EOF
     386
     387# Generate customized debug_install_post script
     388cat debug_install_post~ | while read a x y; do
     389case $a in
     390# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     391*/find-debuginfo.sh)
     392  b=$(basename $a)
     393  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     394  chmod a+x $b
     395  ;;
     396esac
     397done
     398
     399sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     400< debug_install_post~ > debug_install_post
     401%define __debug_install_post . ./debug_install_post
     402
     403%endif
     404
    380405%clean
    381406  rm -rf $RPM_BUILD_ROOT
     
    425450%endif
    426451%endif
     452%endif
     453
     454%if "%{gcc_version}" >= "4.3.0"
     455%dir %{gcclib}/bfin-rtems4.8/%{gcc_version}/include-fixed
    427456%endif
    428457
  • contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/h8300-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/i386-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/m68k-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/mips-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/powerpc-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/sh-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
  • contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec

    r13873d5 r86b2da4  
    4141Group:          Development/Tools
    4242Version:        %{gcc_rpmvers}
    43 Release:        31%{?dist}
     43Release:        32%{?dist}
    4444License:        GPL
    4545URL:            http://gcc.gnu.org
     
    5656BuildRequires:  %{_host_rpmprefix}mpfr-devel
    5757%endif
    58 %if "%{?fedora}" >= "8"
     58%if 0%{?fedora} >= 8
    5959BuildRequires:  mpfr-devel >= 2.3.0
    6060%endif
     
    180180  CC="%{_host}-gcc ${RPM_OPT_FLAGS}" \
    181181%else
    182   CC="%{__cc} ${RPM_OPT_FLAGS}" \
     182# gcc is not ready to be compiled with -std=gnu99
     183  CC=$(echo "%{__cc} ${RPM_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') \
    183184%endif
    184185  ../gcc-%{gcc_pkgvers}/configure \
     
    384385%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
    385386
     387%ifnarch noarch
     388# Extract %%__debug_install_post into debug_install_post~
     389cat << \EOF > debug_install_post~
     390%__debug_install_post
     391EOF
     392
     393# Generate customized debug_install_post script
     394cat debug_install_post~ | while read a x y; do
     395case $a in
     396# Prevent find-debuginfo.sh* from trying to handle foreign binaries
     397*/find-debuginfo.sh)
     398  b=$(basename $a)
     399  sed -e 's,find "$RPM_BUILD_ROOT" !,find "$RPM_BUILD_ROOT"%_bindir "$RPM_BUILD_ROOT"%_libexecdir !,' $a > $b
     400  chmod a+x $b
     401  ;;
     402esac
     403done
     404
     405sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
     406< debug_install_post~ > debug_install_post
     407%define __debug_install_post . ./debug_install_post
     408
     409%endif
     410
    386411%clean
    387412  rm -rf $RPM_BUILD_ROOT
     
    431456%endif
    432457%endif
     458%endif
     459
     460%if "%{gcc_version}" >= "4.3.0"
     461%dir %{gcclib}/sparc-rtems4.8/%{gcc_version}/include-fixed
    433462%endif
    434463
Note: See TracChangeset for help on using the changeset viewer.