summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.gcc
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-10-04 17:16:58 +0100
committerVincent Sanders <vince@kyllikki.org>2018-10-04 17:16:58 +0100
commit99f65f77fdb6cc05ee6272323818de48521b1796 (patch)
tree4acced2c90fbbf3b37b29c5d7975d6cf806cf578 /makefiles/Makefile.gcc
parentd0ca2b292d483abc3885f00ae11e4bea49ecd981 (diff)
downloadbuildsystem-99f65f77fdb6cc05ee6272323818de48521b1796.tar.gz
buildsystem-99f65f77fdb6cc05ee6272323818de48521b1796.tar.bz2
ensure fedora gcc gives us all the version info
Diffstat (limited to 'makefiles/Makefile.gcc')
-rw-r--r--makefiles/Makefile.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.gcc b/makefiles/Makefile.gcc
index 6ca7ba1..7d70bc1 100644
--- a/makefiles/Makefile.gcc
+++ b/makefiles/Makefile.gcc
@@ -93,7 +93,7 @@ endif
###############################################################################
# Determine if the compiler supports simultaneous build & dep.
-ccvsn := $(shell $(CC) -dumpversion)
+ccvsn := $(shell $(CC) -dumpversion -dumpfullversion)
# ccvsn = x.y.z
GCCVER := $(word 1,$(subst ., ,$(ccvsn)))
# GCCVER = x