* decl2.c (start_static_storage_duration_function): Push the
[official-gcc.git] / gcc / java / lang-specs.h
blob574a98ea398e365f2b497afa0773ad944e4bdf30
1 /* Definitions for specs for the GNU compiler for the Java(TM) language.
2 Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc.
4 This file is part of GNU CC.
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING. If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.
21 Java and all Java-based marks are trademarks or registered trademarks
22 of Sun Microsystems, Inc. in the United States and other countries.
23 The Free Software Foundation is independent of Sun Microsystems, Inc. */
25 /* This is the contribution to the `default_compilers' array in gcc.c for
26 Java. */
28 {".java", {"@java"} },
29 {".class", {"@java"} },
30 {".zip", {"@java"} },
31 {".jar", {"@java"} },
32 {"@java",
33 {"%{!E:jc1 %i %1 %(jc1) %{!Q:-quiet} %{d*} %{m*} %{a}\
34 %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\
35 %{traditional} %{v:-version} %{pg:-p} %{p}\
36 %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\
37 %{I*}\
38 %{MD} %{MMD} %{M} %{MM}\
39 %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
40 %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
41 %{!S:as %a %Y\
42 %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
43 %{!pipe:%g.s} %A\n }}"}},