Accepting request 288817 from home:Andreas_Schwab:Factory
- Build multi-target also on aarch64 OBS-URL: https://build.opensuse.org/request/show/288817 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=119
This commit is contained in:
parent
c0389d0028
commit
f8964e837e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 3 11:42:10 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
- Build multi-target also on aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 27 11:10:19 UTC 2015 - rguenther@suse.com
|
Fri Feb 27 11:10:19 UTC 2015 - rguenther@suse.com
|
||||||
|
|
||||||
|
4
gdb.spec
4
gdb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdb
|
# spec file for package gdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 RedHat
|
# Copyright (c) 2012 RedHat
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -509,7 +509,7 @@ fi
|
|||||||
if test -f /usr/%{_lib}/librpm.so.3; then
|
if test -f /usr/%{_lib}/librpm.so.3; then
|
||||||
export LIBRPM=librpm.so.3
|
export LIBRPM=librpm.so.3
|
||||||
fi
|
fi
|
||||||
%ifarch %ix86 ia64 ppc ppc64 ppc64le s390 s390x x86_64
|
%ifarch %ix86 ia64 ppc ppc64 ppc64le s390 s390x x86_64 aarch64
|
||||||
%define build_multitarget 1
|
%define build_multitarget 1
|
||||||
%else
|
%else
|
||||||
%define build_multitarget 0
|
%define build_multitarget 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user