forked from pool/binutils
checked in (request 32416)
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=20
This commit is contained in:
parent
dba0f84754
commit
c0c250f7e4
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -298,7 +297,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-alpha-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-alpha-binutils
|
||||
Name: cross-alpha-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-arm-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-arm-binutils
|
||||
Name: cross-arm-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-avr-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-avr-binutils
|
||||
Name: cross-avr-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-hppa-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-hppa-binutils
|
||||
Name: cross-hppa-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-hppa64-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-hppa64-binutils
|
||||
Name: cross-hppa64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-i386-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-i386-binutils
|
||||
Name: cross-i386-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-ia64-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ia64-binutils
|
||||
Name: cross-ia64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-mips-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-mips-binutils
|
||||
Name: cross-mips-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-ppc-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ppc-binutils
|
||||
Name: cross-ppc-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-ppc64-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ppc64-binutils
|
||||
Name: cross-ppc64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-s390-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-s390-binutils
|
||||
Name: cross-s390-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-s390x-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-s390x-binutils
|
||||
Name: cross-s390x-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-sh4-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-sh4-binutils
|
||||
Name: cross-sh4-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-sparc-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-sparc-binutils
|
||||
Name: cross-sparc-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-spu-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-spu-binutils
|
||||
Name: cross-spu-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.20.0)
|
||||
# spec file for package cross-x86_64-binutils (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-x86_64-binutils
|
||||
Name: cross-x86_64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
@ -85,7 +85,6 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -270,7 +269,6 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24d85a416878242cefcb8704ebc286501d01e1a2addaa140a847f83247a0f2b0
|
||||
size 199175
|
Loading…
Reference in New Issue
Block a user