diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2011-08-13 20:03:11 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-08-13 20:03:11 +0000 |
| commit | adb1b5240421c94598574aa531cbfe45b581b331 (patch) | |
| tree | c2c918eff5b4353e442c6d893435ae2fc90c3f2c /tools/functions.make | |
| parent | a1145a1d040dd52b2b5d0e7fe965b6507475bbe2 (diff) | |
| download | rockbox-adb1b5240421c94598574aa531cbfe45b581b331.zip rockbox-adb1b5240421c94598574aa531cbfe45b581b331.tar.gz rockbox-adb1b5240421c94598574aa531cbfe45b581b331.tar.bz2 rockbox-adb1b5240421c94598574aa531cbfe45b581b331.tar.xz | |
remove obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30285 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/functions.make')
| -rw-r--r-- | tools/functions.make | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/functions.make b/tools/functions.make index 0d8518c..26fc471 100644 --- a/tools/functions.make +++ b/tools/functions.make @@ -9,10 +9,6 @@ # preprocess - run preprocessor on a file and return the result as a string # -# This uses the native 'gcc' compiler and not $(CC) since we use the -imacros -# option and older gcc compiler doesn't have that. We use one such older -# compiler for the win32 cross-compiles on Linux. -# # The weird grep -v thing in here is due to Apple's stupidities and is needed # to make this do right when used on Mac OS X. # |