mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Produce a full version string for Sun Studio.
from Zdenek
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -26921,6 +26921,8 @@ echo "$as_me: using LDFLAGS=$LDFLAGS" >&6;}
|
||||
# Create compiler version string
|
||||
if test x"$GCC" = x"yes" ; then
|
||||
cc_string="GCC `${CC} --version | sed q`"
|
||||
elif test x"$SUN_STUDIO_CC" = x"yes" ; then
|
||||
cc_string=`${CC} -V 2>&1 | sed q`
|
||||
else
|
||||
cc_string=$CC
|
||||
fi
|
||||
|
Reference in New Issue
Block a user