[patch] libgomp configure.ac adjust comment.

Andreas Tobler toa@pop.agri.ch
Sat Jan 21 22:52:00 GMT 2006


Hello,

the below adjusts a comment to reflect the current situation.
Do I need to autoconf again ? If I can combine this one with my previous 
patch then it's included :)

http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01445.html

ok for head?

2006-01-21  Andreas Tobler  <a.tobler@schweiz.ch>

	* configure.ac: (link_gomp): Adjust comment.

Andreas

Index: configure.ac
===================================================================
--- configure.ac        (revision 110073)
+++ configure.ac        (working copy)
@@ -204,7 +204,7 @@
  fi

  # Set up the set of libraries that we need to link against for libgomp.
-# Note that the GOMP_DRIVER_SPEC in gcc.c will force -pthread for -fopenmp,
+# Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
  # which will force linkage against -lpthread (or equivalent for the 
system).
  # That's not 100% ideal, but about the best we can do easily.
  if test $enable_shared = yes; then



More information about the Gcc-patches mailing list