diff options
author | Richard Henderson <rth@cygnus.com> | 1999-02-25 10:50:07 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-02-25 10:50:07 -0800 |
commit | 056cd572516e35aff4f58939bfcd27e9bdb54d6b (patch) | |
tree | c40d4395ba7f723e699b7690daa4406643948c89 /gcc/objc | |
parent | 10c6276f7b461bfa8305c0e4de2edfd679bb09e5 (diff) | |
download | gcc-056cd572516e35aff4f58939bfcd27e9bdb54d6b.zip gcc-056cd572516e35aff4f58939bfcd27e9bdb54d6b.tar.gz gcc-056cd572516e35aff4f58939bfcd27e9bdb54d6b.tar.bz2 |
gcc.c (default_compilers): Define __FAST_MATH__ when appropriate.
* gcc.c (default_compilers): Define __FAST_MATH__ when appropriate.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
From-SVN: r25445
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/lang-specs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index ad98eaf..50c25f5 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ %{ansi:-trigraphs -D__STRICT_ANSI__}\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ + %{ffast-math:-D__FAST_MATH__}\ %{traditional} %{ftraditional:-traditional}\ %{traditional-cpp:-traditional}\ %{fleading-underscore} %{fno-leading-underscore}\ @@ -42,6 +43,7 @@ Boston, MA 02111-1307, USA. */ -undef -D__OBJC__ -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ + %{ffast-math:-D__FAST_MATH__}\ %{!Q:-quiet} -dumpbase %b.m %{d*} %{m*} %{a*}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi} \ %{traditional} %{v:-version} %{pg:-p} %{p} %{f*} \ @@ -60,6 +62,7 @@ Boston, MA 02111-1307, USA. */ %{ansi:-trigraphs -D__STRICT_ANSI__}\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ + %{ffast-math:-D__FAST_MATH__}\ %{traditional} %{ftraditional:-traditional}\ %{traditional-cpp:-traditional}\ %{fleading-underscore} %{fno-leading-underscore}\ |