mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
parallel_mode.xml: Fix link to libgomp online documentation.
* doc/xml/manual/parallel_mode.xml: Fix link to libgomp online documentation. Expand link text. From-SVN: r172916
This commit is contained in:
parent
f172dd9af9
commit
8179f67493
@ -1,5 +1,10 @@
|
||||
2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
|
||||
documentation. Expand link text.
|
||||
|
||||
2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* libsupc++/cxxabi.h: Adjust link to FAQ entry.
|
||||
|
||||
2011-04-22 François Dumont <francois.cppdevs@free.fr>
|
||||
|
@ -109,8 +109,8 @@ It might work with other compilers, though.</para>
|
||||
and runtime support, in particular support for OpenMP. Adding this support is
|
||||
not difficult: just compile your application with the compiler
|
||||
flag <literal>-fopenmp</literal>. This will link
|
||||
in <code>libgomp</code>, the GNU
|
||||
OpenMP <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/libgomp">implementation</link>,
|
||||
in <code>libgomp</code>, the
|
||||
OpenMP <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/libgomp/">GNU implementation</link>,
|
||||
whose presence is mandatory.
|
||||
</para>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user