Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/4a24a14b09304272349c83c57b0d202193d30d4d
...commit
http://git.netsurf-browser.org/netsurf.git/commit/4a24a14b09304272349c83c57b0d202193d30d4d
...tree
http://git.netsurf-browser.org/netsurf.git/tree/4a24a14b09304272349c83c57b0d202193d30d4d
The branch, master has been updated
via 4a24a14b09304272349c83c57b0d202193d30d4d (commit)
from 7a61c957243f8f4fe4d8b89dc19e90aa98e98a25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=4a24a14b09304272349c83c57b0d202193d30d4d
commit 4a24a14b09304272349c83c57b0d202193d30d4d
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
ensure fedora gcc gives us all the version information
diff --git a/Makefile b/Makefile
index 064ae69..0b6388a 100644
--- a/Makefile
+++ b/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
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 064ae69..0b6388a 100644
--- a/Makefile
+++ b/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
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org