mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
ensure fedora gcc gives us all the version information
This commit is contained in:
parent
7a61c95724
commit
4a24a14b09
2
Makefile
2
Makefile
@ -319,7 +319,7 @@ else
|
||||
endif
|
||||
|
||||
# compiler versioning to adjust warning flags
|
||||
CC_VERSION := $(shell $(CC) -dumpversion)
|
||||
CC_VERSION := $(shell $(CC) -dumpversion -dumpfullversion)
|
||||
CC_MAJOR := $(word 1,$(subst ., ,$(CC_VERSION)))
|
||||
CC_MINOR := $(word 2,$(subst ., ,$(CC_VERSION)))
|
||||
define cc_ver_ge
|
||||
|
Loading…
Reference in New Issue
Block a user