Commit 0e512a4f by Andrew Pinski Committed by Andrew Pinski

re PR target/26657 (With -fopenmp, gcc does not link with -lgomp)

2006-03-14  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/26657
        * config/darwin.h (LINK_COMMAND_SPEC): Handle -fopenmp.

From-SVN: r112041
parent 716019c0
2006-03-14 Andrew Pinski <pinskia@physics.uc.edu>
PR target/26657
* config/darwin.h (LINK_COMMAND_SPEC): Handle -fopenmp.
2006-03-14 Joseph S. Myers <joseph@codesourcery.com>
* config/rs6000/rs6000.opt (mdlmzb): New option.
......
......@@ -206,7 +206,8 @@ Boston, MA 02110-1301, USA. */
%{!Zdynamiclib:%{A} %{e*} %{m} %{N} %{n} %{r} %{u*} %{x} %{z}} \
%{@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} \
%{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \
%{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \
%{L*} %{fopenmp:%:include(libgomp.spec)%(link_gomp)} \
%(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \
%{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}}"
......
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