- Consistently use $target-suse-linux triplets.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=90
This commit is contained in:
Richard Biener 2012-04-19 11:30:58 +00:00 committed by Git OBS Bridge
parent 0506179d7c
commit a92c0aa65f
32 changed files with 159 additions and 32 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: binutils Name: binutils
BuildRequires: bison BuildRequires: bison
BuildRequires: dejagnu BuildRequires: dejagnu
@ -124,7 +125,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -252,7 +254,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET alpha %define TARGET alpha
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET arm %define TARGET arm
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET avr %define TARGET avr
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET hppa %define TARGET hppa
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET hppa64 %define TARGET hppa64
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET i586 %define TARGET i586
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET ia64 %define TARGET ia64
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET mips %define TARGET mips
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET powerpc %define TARGET powerpc
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET powerpc64 %define TARGET powerpc64
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET s390 %define TARGET s390
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET s390x %define TARGET s390x
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET sparc %define TARGET sparc
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET spu %define TARGET spu
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
- Consistently use $target-suse-linux triplets.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cross 1 %define cross 1
%define TARGET x86_64 %define TARGET x86_64
# #
@ -141,7 +143,8 @@ a drop-in replacement for the older GNU linker.
Summary: GNU binutils (BFD development files) Summary: GNU binutils (BFD development files)
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: binutils = %{version}-%{release}, zlib-devel Requires: binutils = %{version}-%{release}
Requires: zlib-devel
Provides: binutils:/usr/include/bfd.h Provides: binutils:/usr/include/bfd.h
%description devel %description devel
@ -269,7 +272,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET} TARGET_OS=%{TARGET}
%else %else
TARGET_OS=%{TARGET}-linux TARGET_OS=%{TARGET}-suse-linux
%endif %endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \ ../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \