4.4.0-0.9
This commit is contained in:
parent
8cd2032d20
commit
9f6c7e39fa
@ -1,3 +1,2 @@
|
|||||||
fastjar-0.97.tar.gz
|
fastjar-0.97.tar.gz
|
||||||
gcc-4.4.0-20090115.tar.bz2
|
gcc-4.4.0-20090115.tar.bz2
|
||||||
ppc64gnat.tar.bz2
|
|
||||||
|
20
gcc.spec
20
gcc.spec
@ -3,7 +3,7 @@
|
|||||||
%define gcc_version 4.4.0
|
%define gcc_version 4.4.0
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %{release}, append them after %{gcc_release} on Release: line.
|
# %{release}, append them after %{gcc_release} on Release: line.
|
||||||
%define gcc_release 0.8
|
%define gcc_release 0.9
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define multilib_64_archs sparc64 ppc64 s390x x86_64
|
%define multilib_64_archs sparc64 ppc64 s390x x86_64
|
||||||
%define include_gappletviewer 1
|
%define include_gappletviewer 1
|
||||||
@ -50,8 +50,6 @@ Source2: README.libgcjwebplugin.so
|
|||||||
Source3: protoize.1
|
Source3: protoize.1
|
||||||
%define fastjar_ver 0.97
|
%define fastjar_ver 0.97
|
||||||
Source4: http://download.savannah.nongnu.org/releases/fastjar/fastjar-%{fastjar_ver}.tar.gz
|
Source4: http://download.savannah.nongnu.org/releases/fastjar/fastjar-%{fastjar_ver}.tar.gz
|
||||||
# Temporary bootstrap stuff.
|
|
||||||
Source100: ppc64gnat.tar.bz2
|
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
# Need binutils with -pie support >= 2.14.90.0.4-4
|
# Need binutils with -pie support >= 2.14.90.0.4-4
|
||||||
@ -85,11 +83,9 @@ BuildRequires: glibc >= 2.3.90-35
|
|||||||
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
|
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
|
||||||
%endif
|
%endif
|
||||||
%if %{build_ada}
|
%if %{build_ada}
|
||||||
%ifnarch ppc64
|
|
||||||
# Ada requires Ada to build
|
# Ada requires Ada to build
|
||||||
BuildRequires: gcc-gnat >= 3.1, libgnat >= 3.1
|
BuildRequires: gcc-gnat >= 3.1, libgnat >= 3.1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%ifarch ia64
|
%ifarch ia64
|
||||||
BuildRequires: libunwind >= 0.98
|
BuildRequires: libunwind >= 0.98
|
||||||
%endif
|
%endif
|
||||||
@ -482,15 +478,6 @@ rm -fr obj-%{gcc_target_platform}
|
|||||||
mkdir obj-%{gcc_target_platform}
|
mkdir obj-%{gcc_target_platform}
|
||||||
cd obj-%{gcc_target_platform}
|
cd obj-%{gcc_target_platform}
|
||||||
|
|
||||||
%ifarch ppc64
|
|
||||||
mkdir gnat_hacks
|
|
||||||
cd gnat_hacks
|
|
||||||
tar xjf %{SOURCE100}
|
|
||||||
sed -i -e 's/gnat\*)/gnat*|*.ad[sb]\\ *|*.ad[sb])/' bin/gcc
|
|
||||||
export PATH=`pwd`/bin${PATH:+:$PATH}
|
|
||||||
cd ..
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{build_java}
|
%if %{build_java}
|
||||||
%if !%{bootstrap_java}
|
%if !%{bootstrap_java}
|
||||||
# If we don't have gjavah in $PATH, try to build it with the old gij
|
# If we don't have gjavah in $PATH, try to build it with the old gij
|
||||||
@ -544,7 +531,7 @@ if gcc -m64 -xc -S /dev/null -o - > /dev/null 2>&1; then
|
|||||||
exec /usr/bin/gcc -m64 "$@"
|
exec /usr/bin/gcc -m64 "$@"
|
||||||
EOF
|
EOF
|
||||||
chmod +x gcc64
|
chmod +x gcc64
|
||||||
# CC=`pwd`/gcc64
|
CC=`pwd`/gcc64
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
|
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
|
||||||
@ -1722,6 +1709,9 @@ fi
|
|||||||
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 21 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.9
|
||||||
|
- rebuilt without ppc64 ada bootstrap hacks
|
||||||
|
|
||||||
* Tue Jan 20 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.8
|
* Tue Jan 20 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.8
|
||||||
- attempt to enable Ada support on ppc64
|
- attempt to enable Ada support on ppc64
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,3 +1,2 @@
|
|||||||
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
|
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
|
||||||
0fafcb0d23d420c978ab253702094ada gcc-4.4.0-20090115.tar.bz2
|
0fafcb0d23d420c978ab253702094ada gcc-4.4.0-20090115.tar.bz2
|
||||||
8ebb9e69b2e356829451316d9af92eee ppc64gnat.tar.bz2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user