SHA256
6
0
forked from pool/binutils
OBS User unknown
2008-03-07 19:18:44 +00:00
committed by Git OBS Bridge
parent b09203b32f
commit 14e474e4dc
35 changed files with 257 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package cross-ppc64-binutils (Version 2.18.50.20080225)
# spec file for package cross-ppc64-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for cross-development to PowerPC 64bit processors
@@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de