summarylogtreecommitdiffstats
path: root/makesh-dont-check-gcc-version.patch
diff options
context:
space:
mode:
authorVi0L02016-06-12 21:33:37 +0200
committerVi0L02016-06-12 21:33:37 +0200
commitc9f6a5af7883cc103761b63374df5a5a803016f3 (patch)
tree6d25a77bc8019d494efa2dd20bd939d209b2943d /makesh-dont-check-gcc-version.patch
parent574f96955f2add81caf3e660e70846645793d732 (diff)
downloadaur-c9f6a5af7883cc103761b63374df5a5a803016f3.tar.gz
15.302.2001-1: 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
+
+ # ==============================================================