From 21be1f9bd4188ac44ba0a4c8e05b0f26027a037e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Apr 07 2009 13:39:49 +0000 Subject: 2.9.90-13 --- diff --git a/glibc.spec b/glibc.spec index f6e6535..7ffa75b 100644 --- a/glibc.spec +++ b/glibc.spec @@ -54,17 +54,6 @@ Requires(pre): basesystem, libgcc BuildRequires: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.33.4-3 BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext, nss-devel BuildRequires: /bin/ps, /bin/kill, /bin/awk -%ifarch %{ix86} x86_64 ppc ppc64 -BuildRequires: /usr/bin/setarch -%ifarch %{ix86} -%define setarch /usr/bin/setarch i386 -R -%endif -%ifarch x86_64 ppc ppc64 -%define setarch /usr/bin/setarch %{_target_cpu} -R -%endif -%else -%define setarch %{nil} -%endif # This is to ensure that __frame_state_for is exported by glibc # will be compatible with egcs 1.x.y BuildRequires: gcc >= 3.2 @@ -255,6 +244,8 @@ rm -f sysdeps/alpha/alphaev6/memcpy.S rm -f sysdeps/powerpc/powerpc32/power4/hp-timing.[ch] %endif +rm -rf sysdeps/x86_64/memchr.S + find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \; cat > find_provides.sh <&1 +( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 sleep 10s teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`" [ -n "$teepid" ] && kill $teepid @@ -726,7 +717,7 @@ cd .. %if %{buildxen} echo ====================TESTING -mno-tls-direct-seg-refs============= cd build-%{nptl_target_cpu}-linuxnptl-nosegneg -( %{setarch} make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 +( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 sleep 10s teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`" [ -n "$teepid" ] && kill $teepid @@ -739,7 +730,7 @@ cd build-%{nptl_target_cpu}-linuxnptl-power6 ( if [ -d ../power6emul ]; then export LD_PRELOAD=`cd ../power6emul; pwd`/\$LIB/power6emul.so fi - %{setarch} make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 + make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 sleep 10s teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`" [ -n "$teepid" ] && kill $teepid @@ -1028,7 +1019,6 @@ rm -f *.filelist* - update from trunk - fix strverscmp (#494457) - configure with --enable-nss-crypt -- workaround buggy kernels during glibc build process, argh * Wed Apr 1 2009 Jakub Jelinek 2.9.90-12 - update from trunk