Commit 6dbce538 by Andrew Pinski Committed by Andrew Pinski

re PR treelang/20604 (treelang does not get passed -fPIC by default on *-darwin)

2005-04-01  Andrew Pinski  <pinskia@physics.uc.edu>

        PR treelang/20604
        * lang-spec.c: Simplify @treelang to what the other
        languages do.

From-SVN: r97396
parent 830113fd
2005-04-01 Andrew Pinski <pinskia@physics.uc.edu>
PR treelang/20604
* lang-spec.c: Simplify @treelang to what the other
languages do.
2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
* treelang/treelang.texi: Fix typos.
......
......@@ -34,31 +34,6 @@ Boston, MA 02111-1307, USA. */
{".tre", "@treelang", NULL, 0, 0},
{".TRE", "@treelang", NULL, 0, 0},
{"@treelang",
"tree1\
%{!Q:-quiet}\
-dumpbase %B \
%{d*}\
%{m*}\
%{a}\
%{g*}\
%{O*}\
%{W*}\
%{w}\
%{ansi}\
%{v}\
%{--help:--help}\
%{pg:-p}\
%{p}\
%{f*}\
%{pg|p:%{fomit-frame-pointer:%e-pg or -p and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}\
%{!S:-o %g.s}\
%i\n\
%{!S:as %a\
%Y\
%{c:%W{o*}%{!o*:-o %w%b%O}}\
%{!c:-o %d%w%u%O}\
%g.s\
%A\n}\
", NULL , 0, 0
"%{!E:tree1 %i %(cc1_options) %{J*} %{I*}\
%{!fsyntax-only:%(invoke_as)}}", NULL , 0, 0
},
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