4.1.0-17
This commit is contained in:
parent
d11b4f4d55
commit
e2b4147062
12
gcc41.spec
12
gcc41.spec
@ -1,6 +1,6 @@
|
|||||||
%define DATE 20060512
|
%define DATE 20060512
|
||||||
%define gcc_version 4.1.0
|
%define gcc_version 4.1.0
|
||||||
%define gcc_release 16
|
%define gcc_release 17
|
||||||
%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
|
||||||
%ifarch %{ix86} x86_64 ia64
|
%ifarch %{ix86} x86_64 ia64
|
||||||
@ -547,16 +547,15 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS=
|
|||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
--with-cpu=generic \
|
--with-cpu=generic \
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
--with-tune=z9-900 \
|
||||||
|
%endif
|
||||||
%ifnarch sparc ppc
|
%ifnarch sparc ppc
|
||||||
--host=%{gcc_target_platform}
|
--host=%{gcc_target_platform}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
|
#GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
|
||||||
%ifarch %{ix86} x86_64 ppc ppc64
|
|
||||||
GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
|
GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
|
||||||
%else
|
|
||||||
GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap-lean
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# run the tests.
|
# run the tests.
|
||||||
make %{?_smp_mflags} -k check RUNTESTFLAGS="ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++" || :
|
make %{?_smp_mflags} -k check RUNTESTFLAGS="ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++" || :
|
||||||
@ -1479,6 +1478,9 @@ fi
|
|||||||
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-17
|
||||||
|
- make -mtune=z9-109 the default on s390{,x} (#184630)
|
||||||
|
|
||||||
* Sat May 13 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-16
|
* Sat May 13 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-16
|
||||||
- update from gcc-4_1-branch (-r113637:113722)
|
- update from gcc-4_1-branch (-r113637:113722)
|
||||||
- PRs bootstrap/26872, c++/27547, fortran/20460, fortran/24549,
|
- PRs bootstrap/26872, c++/27547, fortran/20460, fortran/24549,
|
||||||
|
Loading…
Reference in New Issue
Block a user