SHA256
1
0
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:
Andreas Jaeger 2012-01-31 09:40:30 +00:00 committed by Git OBS Bridge
parent a53f260b23
commit 0788c900ce
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -54,7 +54,6 @@ BuildRequires: libstdc++-devel
%define powerpc_optimize_cpu_cell 0
%endif # ppc, ppc64
# 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
# ngpt was used in 8.1 and SLES8
Obsoletes: ngpt < 2.2.2
@ -70,7 +69,7 @@ Obsoletes: glibc-64bit
Obsoletes: glibc-32bit
%endif
Version: 2.15
Release: 11
Release: 0
%define git_id 2ba92745c36e
%define glibc_ports_ver 2.15
%define ports_git_id 8a70b2dcabbf
@ -472,9 +471,13 @@ nice
# 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
# target_cpu.
%ifarch %arm
%define target %{_target_cpu}-suse-linux-gnueabi
%else
%define target %{_target_cpu}-suse-linux
%endif
# 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
#
# Default CFLAGS and Compiler