forked from pool/glibc
Accepting request 102087 from openSUSE:Factory:ARM
- set abi back to gnueabi for ARM (regression from Jan 12) OBS-URL: https://build.opensuse.org/request/show/102087 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=158
This commit is contained in:
parent
a53f260b23
commit
0788c900ce
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:47:18 CET 2012 - dmueller@suse.de
|
||||||
|
|
||||||
|
- set abi back to gnueabi for ARM (regression from Jan 12)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 18 09:29:24 UTC 2012 - aj@suse.de
|
Wed Jan 18 09:29:24 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
@ -54,7 +54,6 @@ BuildRequires: libstdc++-devel
|
|||||||
%define powerpc_optimize_cpu_cell 0
|
%define powerpc_optimize_cpu_cell 0
|
||||||
%endif # ppc, ppc64
|
%endif # ppc, ppc64
|
||||||
# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel
|
# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel
|
||||||
# since many SUSE build machines have it
|
|
||||||
%define enablekernel 2.6.16
|
%define enablekernel 2.6.16
|
||||||
# ngpt was used in 8.1 and SLES8
|
# ngpt was used in 8.1 and SLES8
|
||||||
Obsoletes: ngpt < 2.2.2
|
Obsoletes: ngpt < 2.2.2
|
||||||
@ -70,7 +69,7 @@ Obsoletes: glibc-64bit
|
|||||||
Obsoletes: glibc-32bit
|
Obsoletes: glibc-32bit
|
||||||
%endif
|
%endif
|
||||||
Version: 2.15
|
Version: 2.15
|
||||||
Release: 11
|
Release: 0
|
||||||
%define git_id 2ba92745c36e
|
%define git_id 2ba92745c36e
|
||||||
%define glibc_ports_ver 2.15
|
%define glibc_ports_ver 2.15
|
||||||
%define ports_git_id 8a70b2dcabbf
|
%define ports_git_id 8a70b2dcabbf
|
||||||
@ -472,9 +471,13 @@ nice
|
|||||||
# We do not want configure to figure out the system its building one
|
# We do not want configure to figure out the system its building one
|
||||||
# to support a common ground and thus set build and host to the
|
# to support a common ground and thus set build and host to the
|
||||||
# target_cpu.
|
# target_cpu.
|
||||||
|
%ifarch %arm
|
||||||
|
%define target %{_target_cpu}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
%define target %{_target_cpu}-suse-linux
|
%define target %{_target_cpu}-suse-linux
|
||||||
|
%endif
|
||||||
# Adjust glibc version.h
|
# Adjust glibc version.h
|
||||||
echo "#define CONFHOST \"%{_target_cpu}-suse-linux\"" >> version.h
|
echo "#define CONFHOST \"%{target}\"" >> version.h
|
||||||
echo "#define CVSDATE \"`date -r ChangeLog +%Y%m%d`\"" >> version.h
|
echo "#define CVSDATE \"`date -r ChangeLog +%Y%m%d`\"" >> version.h
|
||||||
#
|
#
|
||||||
# Default CFLAGS and Compiler
|
# Default CFLAGS and Compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user