Yesterday's patch to move gfortran to use libcpp uncovered some problems with
different target configurations. This patch removes the usage of the culprit
TARGET_* macros as the macros they define are nice-to-have during compilation
of fortran-sources but (probably) not essential.
2008-05-26 Daniel Franke <franke.daniel@gmail.com>
* fortran/cpp.c (cpp_define_builtins): Remove usage of TARGET_* macros,
added FIXME instead.
Tested on i686-pc-linux-gnu by myself, on x86_64-pc-mingw32 by Kai Tietz and
on Dominique Dhumieres currently tests it on i686-darwin.
Assuming no further problems, ok to commit?