summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-08-13 20:03:11 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-08-13 20:03:11 +0000
commitadb1b5240421c94598574aa531cbfe45b581b331 (patch)
treec2c918eff5b4353e442c6d893435ae2fc90c3f2c
parenta1145a1d040dd52b2b5d0e7fe965b6507475bbe2 (diff)
downloadrockbox-adb1b5240421c94598574aa531cbfe45b581b331.tar.gz
rockbox-adb1b5240421c94598574aa531cbfe45b581b331.zip
remove obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30285 a1c6a512-1295-4272-9138-f99709370657
-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#