summarylogtreecommitdiffstats
path: root/makesh-dont-check-gcc-version.patch
diff options
context:
space:
mode:
authorVi0L02016-05-11 23:05:31 +0200
committerVi0L02016-05-11 23:05:31 +0200
commit5c0249fb43762b12f2e6fe19546fbfdd71555c0e (patch)
tree45e2d5e463b0237bc9e6637aaa0a1c7aecf5728d /makesh-dont-check-gcc-version.patch
parent47c99f8223a48a933c2d7b7bc12e9ee6a652a95a (diff)
downloadaur-5c0249fb43762b12f2e6fe19546fbfdd71555c0e.tar.gz
15.12-5: initial 4.6 kernel support + switched to dkms + acpi script from aslmaswd
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
+
+ # ==============================================================