aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/ccache.patch
blob: b6c7090b74fab645a088e34af1e9807f3ff9c208 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./scripts/gcc-plugin.sh.orig	2014-04-02 11:25:17.447803082 +0000
+++ ./scripts/gcc-plugin.sh	2014-04-02 11:25:35.211351328 +0000
@@ -1,6 +1,6 @@
 #!/bin/bash
 srctree=$(dirname "$0")
-gccplugins_dir=$("$3" -print-file-name=plugin)
+gccplugins_dir=$($3 -print-file-name=plugin)
 plugincc=$("$1" -E -shared - -o /dev/null -I${srctree}/../tools/gcc -I${gccplugins_dir}/include 2>&1 <<EOF
 #include "gcc-common.h"
 #if BUILDING_GCC_VERSION >= 4008 || defined(ENABLE_BUILD_WITH_CXX)