From addd43e70a5a716e8baed7a52c78e238d211f24c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 17 Oct 2009 22:09:38 +0000 Subject: [PATCH] 4.4.2-3 --- .cvsignore | 2 +- gcc.spec | 17 ++++++++++++++--- sources | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index a9754db..4d69cee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ fastjar-0.97.tar.gz -gcc-4.4.2-20091016.tar.bz2 +gcc-4.4.2-20091017.tar.bz2 diff --git a/gcc.spec b/gcc.spec index 806f70d..dbaa00a 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,9 +1,9 @@ -%global DATE 20091016 -%global SVNREV 152909 +%global DATE 20091017 +%global SVNREV 152957 %global gcc_version 4.4.2 # Note, gcc_release must be integer, if you want to add suffixes to # %{release}, append them after %{gcc_release} on Release: line. -%global gcc_release 2 +%global gcc_release 3 %global _unpackaged_files_terminate_build 0 %global multilib_64_archs sparc64 ppc64 s390x x86_64 %global include_gappletviewer 1 @@ -1181,6 +1181,13 @@ chmod 644 %{buildroot}%{_mandir}/man1/unprotoize.1 %check cd obj-%{gcc_target_platform} +%if %{build_java} +export PATH=`pwd`/../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}${PATH:+:$PATH} +%if !%{bootstrap_java} +export PATH=`pwd`/java_hacks${PATH:+:$PATH} +%endif +%endif + # run the tests. make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || : echo ====================TESTING========================= @@ -1848,6 +1855,10 @@ fi %doc rpm.doc/changelogs/libmudflap/ChangeLog* %changelog +* Sat Oct 17 2009 Jakub Jelinek 4.4.2-3 +- fix VTA handling in the scheduler (PR debug/41535) +- fix up %%check section to be able to find ecj1 + * Fri Oct 16 2009 Jakub Jelinek 4.4.2-2 - update from gcc-4_4-branch - PR target/40913 diff --git a/sources b/sources index 4703043..f38103d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz -4de70ea1225876c24389dded5dd39b9d gcc-4.4.2-20091016.tar.bz2 +b848bfbd9f0a7662dc812e10fb88376d gcc-4.4.2-20091017.tar.bz2