summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/functions.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/functions.make b/tools/functions.make
index 0d8518c0ff..26fc471c3c 100644
--- a/tools/functions.make
+++ b/tools/functions.make
@@ -9,10 +9,6 @@
9 9
10# preprocess - run preprocessor on a file and return the result as a string 10# preprocess - run preprocessor on a file and return the result as a string
11# 11#
12# This uses the native 'gcc' compiler and not $(CC) since we use the -imacros
13# option and older gcc compiler doesn't have that. We use one such older
14# compiler for the win32 cross-compiles on Linux.
15#
16# The weird grep -v thing in here is due to Apple's stupidities and is needed 12# The weird grep -v thing in here is due to Apple's stupidities and is needed
17# to make this do right when used on Mac OS X. 13# to make this do right when used on Mac OS X.
18# 14#