summarylogtreecommitdiffstats
path: root/makesh-dont-check-gcc-version.patch
diff options
context:
space:
mode:
authorVi0L02017-02-19 19:01:44 +0100
committerVi0L02017-02-19 19:01:44 +0100
commit556ad79749ef0cad6fc8b5a3bc6287feaace5a90 (patch)
tree1410a09660a2b2832b6df49abdad6cd947561367 /makesh-dont-check-gcc-version.patch
parent1fab83405cbdede87555340e50a39508d71cd99e (diff)
downloadaur-556ad79749ef0cad6fc8b5a3bc6287feaace5a90.tar.gz
15.9-15: initial 4.10 kernel support
Diffstat (limited to 'makesh-dont-check-gcc-version.patch')
-rw-r--r--makesh-dont-check-gcc-version.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/makesh-dont-check-gcc-version.patch b/makesh-dont-check-gcc-version.patch
new file mode 100644
index 000000000000..314c85c8b30e
--- /dev/null
+++ b/makesh-dont-check-gcc-version.patch
@@ -0,0 +1,11 @@
+--- 16.5/common/lib/modules/fglrx/build_mod/make.sh 2015-12-18 19:47:41.000000000 +0100
++++ 16.5b/common/lib/modules/fglrx/build_mod/make.sh 2016-05-11 22:04:56.681353509 +0200
+@@ -57,7 +57,7 @@
+
+ if [ -z "${CC}" ]; then
+ CC=gcc
+- set_GCC_version
++# set_GCC_version
+ fi
+
+ # ==============================================================