]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Get CCVERSION from autoconf substitution.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Aug 1999 22:19:13 +0000 (22:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Aug 1999 22:19:13 +0000 (22:19 +0000)
glibcbug.in

index 733f5d9c95a0624d74871583b6b58651b88d5891..c47a7720775e50eee0207961b834fd43c6f443a9 100644 (file)
@@ -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 <linux/version.h>'