From 99f65f77fdb6cc05ee6272323818de48521b1796 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 4 Oct 2018 17:16:58 +0100 Subject: ensure fedora gcc gives us all the version info --- makefiles/Makefile.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles/Makefile.gcc') 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 -- cgit v1.2.3