Accepting request 27940 from Base:System

Copy from Base:System/glibc based on submit request 27940 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/27940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=14
This commit is contained in:
OBS User autobuild
2010-01-03 11:31:34 +00:00
committed by Git OBS Bridge
parent ff113156e3
commit b7de4d37eb
24 changed files with 3025 additions and 1390 deletions

View File

@@ -11,7 +11,7 @@ Index: config.make.in
===================================================================
--- config.make.in.orig
+++ config.make.in
@@ -96,6 +96,7 @@ add-ons = @add_ons@
@@ -99,6 +99,7 @@ add-ons = @add_ons@
add-on-subdirs = @add_on_subdirs@
sysdeps-add-ons = @sysdeps_add_ons@
cross-compiling = @cross_compiling@
@@ -31,7 +31,7 @@ Index: configure
subdirs=
MFLAGS=
MAKEFLAGS=
@@ -741,6 +742,7 @@ CXXFLAGS
@@ -742,6 +743,7 @@ CXXFLAGS
CXX
CPP
cross_compiling
@@ -39,7 +39,7 @@ Index: configure
BUILD_CC
OBJEXT
ac_ct_CC
@@ -1291,6 +1293,13 @@ do
@@ -1294,6 +1296,13 @@ do
{ (exit 1); exit 1; }; }
done
@@ -53,7 +53,7 @@ Index: configure
# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
# FIXME: To remove some day.
@@ -1306,6 +1315,7 @@ if test "x$host_alias" != x; then
@@ -1309,6 +1318,7 @@ if test "x$host_alias" != x; then
If a cross compiler is detected then cross compile mode will be used." >&2
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
@@ -61,7 +61,7 @@ Index: configure
fi
fi
@@ -1498,6 +1508,9 @@ Optional Features:
@@ -1501,6 +1511,9 @@ Optional Features:
enable experimental malloc features
--enable-nss-crypt enable libcrypt to use nss
@@ -75,7 +75,7 @@ Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -13,6 +13,7 @@ if test $host != $build; then
@@ -16,6 +16,7 @@ if test $host != $build; then
AC_CHECK_PROGS(BUILD_CC, gcc cc)
fi
AC_SUBST(cross_compiling)