- add sparc and arm to ExcludeArch.
This commit is contained in:
parent
467125feb0
commit
e15ccf5ddf
1 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Frysk execution analysis and debugging tools
|
||||
Name: frysk
|
||||
Version: 0.4
|
||||
Release: 0%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
# antlrv2 is Public Domain; antlrv3 is BSD.
|
||||
# cdtparser is EPL
|
||||
|
|
@ -44,7 +44,9 @@ BuildRequires: python
|
|||
|
||||
# Bug #305611: PPC Build problems with libunwind
|
||||
# Bug #416961: ALPHA not supported by frysk and libunwind.
|
||||
ExcludeArch: ppc alpha
|
||||
# Bug #467970: SPARC not supported by frysk and libunwind.
|
||||
# Bug #467971: ARM not supported by frysk.
|
||||
ExcludeArch: ppc alpha sparc arm
|
||||
|
||||
# We do not want to build a ``cross-debugging version'' i686->i386;
|
||||
# libunwind build would get confused by this. Override the cmd-line
|
||||
|
|
@ -265,6 +267,9 @@ rm -rf %{buildroot}
|
|||
%{_mandir}/man1/frysk.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2008 Andrew Cagney <andrew.cagney@gmail.com> - 0.4-1
|
||||
- add sparc and arm to ExcludeArch.
|
||||
|
||||
* Mon Jun 9 2008 Sami Wagiaalla <swagiaal@rdhat.com> - 0.4-0
|
||||
- import frysk-0.4.tar.bz2
|
||||
- removed Patch7: frysk-0.0.1.2008.02.29.rh1-jboolean-array.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue