summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-26 20:41:20 +0000
committerdfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-26 20:41:20 +0000
commit5d9f5abd6fb3723f1e379e1ea5d62e0efce41066 (patch)
treec3bdb3cdebcbd0d6fdeaeacccc9ddee6a7c971a2
parente1dbb1395864de5e038883e7bf372d13e302d9bf (diff)
downloadgcc-5d9f5abd6fb3723f1e379e1ea5d62e0efce41066.tar.gz
2008-05-26 Daniel Franke <franke.daniel@gmail.com>
* cpp.c (cpp_define_builtins): Fixed warning about comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135958 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/fortran/cpp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c
index 03763428f95..865e2efc79d 100644
--- a/gcc/fortran/cpp.c
+++ b/gcc/fortran/cpp.c
@@ -226,11 +226,7 @@ cpp_define_builtins (cpp_reader *pfile)
flags only valid/defined in C (same as noted above).
[config/i386/mingw32.h, config/i386/cygming.h]
- other platforms (not as popular) break similarly
- [grep for 'builtin_define_with_int_value' in config/*]
- - darwin will compile but not link
- (Makefile.in needs to link f951 with some target library or
- object files. Adding $(C_TARGET_OBJS) to $(F951_OBJS) does
- seemingly not fix the problem.)
+ [grep for 'builtin_define_with_int_value' in gcc/config/]
TARGET_CPU_CPP_BUILTINS ();
TARGET_OS_CPP_BUILTINS ();