Commit 4b79050f by Joseph Myers Committed by Joseph Myers

* jvspec.c (jvgenmain_spec): Remove %{a*}.

From-SVN: r170109
parent 877ba3d5
2011-02-13 Joseph Myers <joseph@codesourcery.com>
* jvspec.c (jvgenmain_spec): Remove %{a*}.
2011-01-21 Kai Tietz <kai.tietz@onevision.com> 2011-01-21 Kai Tietz <kai.tietz@onevision.com>
PR bootstrap/47215 PR bootstrap/47215
......
/* Specific flags and argument handling of the front-end of the /* Specific flags and argument handling of the front-end of the
GNU compiler for the Java(TM) language. GNU compiler for the Java(TM) language.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. 2005, 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -59,7 +59,7 @@ int shared_libgcc = 1; ...@@ -59,7 +59,7 @@ int shared_libgcc = 1;
static const char jvgenmain_spec[] = static const char jvgenmain_spec[] =
"jvgenmain %{findirect-dispatch} %{D*} %b %m.i |\n\ "jvgenmain %{findirect-dispatch} %{D*} %b %m.i |\n\
cc1 %m.i %1 \ cc1 %m.i %1 \
%{!Q:-quiet} -dumpbase %b.c %{d*} %{m*} %{a*}\ %{!Q:-quiet} -dumpbase %b.c %{d*} %{m*}\
%{g*} %{O*} \ %{g*} %{O*} \
%{v:-version} %{pg:-p} %{p}\ %{v:-version} %{pg:-p} %{p}\
%<fbounds-check %<fno-bounds-check\ %<fbounds-check %<fno-bounds-check\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment