Commit e9f958c2 by Jack Howarth Committed by H.J. Lu

Use -Wl,-undefined,dynamic_lookup on darwin

	* testsuite/libgomp.c++/pr24455.C: Use
	-Wl,-undefined,dynamic_lookup on darwin.

From-SVN: r193318
parent 13021d26
2012-11-07 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/libgomp.c++/pr24455.C: Use
-Wl,-undefined,dynamic_lookup on darwin.
2012-11-07 David Edelsohn <dje.gcc@gmail.com>
* testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
......
......@@ -2,6 +2,7 @@
// { dg-additional-sources pr24455-1.C }
// { dg-require-effective-target tls_runtime }
// { dg-options "-Wl,-G" { target powerpc-ibm-aix* } }
// { dg-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } }
extern "C" void abort (void);
......
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