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@mamane.lu>
Context
- [PATCH] gcc -dumpversion has only MAJOR.MINOR,	not MAJOR.MINOR.PATCH... · Lionel Elie Mamane (via Code Review)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.