libitm: Optimize synchronization in gl_wt rollback.
[gcc.git] / libitm / configure.ac
index 7b54371fa8897ee8bbf78f4d9f1ce737f27337ac..2cce2b102f55bb5454acef70669086842717d861 100644 (file)
@@ -268,7 +268,7 @@ else
 fi
 
 # Set up the set of libraries that we need to link against for libitm.
-# Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
+# Note that the GTM_SELF_SPECS in gcc.c will force -pthread for -fgnu-tm,
 # 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