From d01d63190bf60f378406ea2846a35790a1d144f6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Aug 1999 22:34:29 +0000 Subject: Update. 1999-08-28 Ulrich Drepper * malloc/malloc.c (ptmalloc_init): Don't use variables to set thresholds for SUID binaries. [PR libc/1277] 1999-08-28 Andreas Jaeger * manual/install.texi (Running make install): Give examples for timezone and locale installation. 1999-08-28 Zack Weinberg * glibcbug.in: Get CCVERSION from autoconf substitution. * configure.in: Calculate and substitute CCVERSION. 1999-08-28 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Fix sa_flags, partially reverting a patch from 1998-12-29. We just can't change the flags, kernels with different flags lead to incompatibilities. --- glibcbug.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glibcbug.in') diff --git a/glibcbug.in b/glibcbug.in index 733f5d9c95..c47a772077 100644 --- a/glibcbug.in +++ b/glibcbug.in @@ -10,6 +10,7 @@ RELEASE="@RELEASE@" ADDONS="@subdirs@" HOST="@host@" CC='@CC@' +CCVERSION='@CCVERSION@' CFLAGS="@CFLAGS@" SYSINCLUDES="@SYSINCLUDES@" VERSIONING="@VERSIONING@" @@ -109,7 +110,6 @@ SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \ ( [ -f /usr/bin/uname ] && /usr/bin/uname -a ) || echo ""` ARCH=`[ -f /bin/arch ] && /bin/arch` MACHINE=`[ -f /bin/machine ] && /bin/machine` -CCVERSION=`$CC -v 2>&1 | sed -n 's/gcc version //p'` case $HOST in *linux*) KHDRS=`(echo '#include ' -- cgit 1.4.1