[PATCH] gcc -dumpversion has only MAJOR.MINOR, not MAJOR.MINOR.PATCH...

Lionel Elie Mamane (via Code Review) gerrit at gerrit.libreoffice.org
Fri Apr 12 09:58:08 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3362

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/3362/1

gcc -dumpversion has only MAJOR.MINOR, not MAJOR.MINOR.PATCHLEVEL

Change-Id: I94ea73628d8aac107e3ada1dc5a63e51e79ccdb2
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/configure.ac b/configure.ac
index 6e45005..b7ed6ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2710,7 +2710,7 @@
 dnl ===================================================================
 if test "$GCC" = "yes"; then
     AC_MSG_CHECKING([the GCC version])
-    _gcc_version=`$CC -dumpversion`
+    _gcc_version=`$CC --version|head -n1|sed 's/^.* //g'`
     _gcc_major=`echo $_gcc_version | $AWK -F. '{ print \$1 }'`
     GCCVER=`echo $_gcc_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
 

-- 
To view, visit https://gerrit.libreoffice.org/3362
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94ea73628d8aac107e3ada1dc5a63e51e79ccdb2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Lionel Elie Mamane <lionel at mamane.lu>



More information about the LibreOffice mailing list