diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-07-29 10:45:08 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-07-29 10:45:08 +0100 |
commit | 6cfcf3eda65ef5ea3f3a5f3e16bb89b48cef1dce (patch) | |
tree | 03ded3448349f6cd8391d451b2a617968794bc86 /gcc/fortran/lang-specs.h | |
parent | 2b868bf548107e361f31285b2dc2961194478072 (diff) | |
download | gcc-6cfcf3eda65ef5ea3f3a5f3e16bb89b48cef1dce.zip gcc-6cfcf3eda65ef5ea3f3a5f3e16bb89b48cef1dce.tar.gz gcc-6cfcf3eda65ef5ea3f3a5f3e16bb89b48cef1dce.tar.bz2 |
lang.opt (cpp): Remove Joined and Separate markers.
* lang.opt (cpp): Remove Joined and Separate markers.
(cpp=): New internal option.
* lang-specs.h (F951_CPP_OPTIONS): Generate -cpp= option.
* cpp.c (gfc_cpp_handle_option): Handle OPT_cpp_ instead of
OPT_cpp.
From-SVN: r162672
Diffstat (limited to 'gcc/fortran/lang-specs.h')
-rw-r--r-- | gcc/fortran/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/lang-specs.h b/gcc/fortran/lang-specs.h index 4fe24de..73bfc89 100644 --- a/gcc/fortran/lang-specs.h +++ b/gcc/fortran/lang-specs.h @@ -1,6 +1,6 @@ /* Contribution to the specs for the GNU Compiler Collection from GNU Fortran 95 compiler. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify @@ -30,7 +30,7 @@ /* Options that f951 should know about, even if not preprocessing. */ #define CPP_FORWARD_OPTIONS "%{i*} %{I*} %{M*}" -#define F951_CPP_OPTIONS "%{!nocpp: -cpp %g.f90 %{E} %(cpp_unique_options) \ +#define F951_CPP_OPTIONS "%{!nocpp: -cpp=%g.f90 %{E} %(cpp_unique_options) \ %{E|M|MM:%(cpp_debug_options) " CPP_ONLY_OPTIONS \ " -fsyntax-only};: " CPP_FORWARD_OPTIONS "}" #define F951_OPTIONS "%(cc1_options) %{J*} \ |