changeset 21555:8014bba57c2b

Backed out changeset f80b46f7d3d8
author John W. Eaton <jwe@octave.org>
date Mon, 28 Mar 2016 22:53:27 -0400
parents f80b46f7d3d8
children 12f207a534aa
files configure.ac
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Mar 28 17:16:37 2016 -0700
+++ b/configure.ac	Mon Mar 28 22:53:27 2016 -0400
@@ -511,9 +511,6 @@
 dnl AX_OPENMP is not empty.
 if test $ENABLE_OPENMP = yes; then
   AC_DEFINE(OCTAVE_ENABLE_OPENMP, 1, [Define if OpenMP is enabled.])
-  if test "$GCC" = yes; then
-    WARN_LDFLAGS="$WARN_LDFLAGS -Wl,--no-as-needed,-lgomp,--as-needed";
-  fi
 fi
 ## Set these for any other tests that may require them.  They will be
 ## reset before output files are generated.