forked from pool/binutils
- Add support for AMD XOP instructions.
Let's try this a bit. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=17
This commit is contained in:
parent
2f5e53f4f0
commit
348a78d47b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -85,6 +85,7 @@ 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
|
||||
@ -297,6 +298,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-alpha-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-arm-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-avr-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-hppa-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-hppa64-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-i386-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ia64-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-mips-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ppc-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ppc64-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-s390-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-s390x-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-sh4-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-sparc-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-spu-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-x86_64-binutils (Version 2.20.0)
|
||||
# spec file for package 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,6 +85,7 @@ 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
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
3
xop.diff.gz
Normal file
3
xop.diff.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9a3f4abf34d7b477123549b23b05c36ed893d66e65cabe50a26ec4a023e1a3c
|
||||
size 185487
|
Loading…
Reference in New Issue
Block a user