libtool/libltdl
Justin Lecher 1b76054f47 Don't filter OPENMP flags (-openmp & -fopenmp) from linker lines.
If -fopenmp if passed to gcc during linking, it will take care to add all
necessary libs to link correctly for openmp support. Currently libtool filters
those flags, similar as it was the case with the threading flags. This change
handles the situation for the openmp support similar as before the thread
support was fixed.

http://lists.gnu.org/archive/html/bug-libtool/2010-12/msg00009.html
http://lists.gnu.org/archive/html/bug-libtool/2011-03/msg00014.html

* libltdl/config/ltmain.m4sh (func_mode_link): Treat OpenMP
flags like pthreads flags.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011-03-22 07:47:10 +01:00
..
config Don't filter OPENMP flags (-openmp & -fopenmp) from linker lines. 2011-03-22 07:47:10 +01:00
libltdl Fix symlist variable path to use _WIN32 instead of __WINDOWS__. 2010-08-28 17:30:01 +02:00
loaders Remove obsolete .cvs ignore files. 2010-09-16 09:05:28 +07:00
m4 On Mac OS X try .dylib as well as .so with lt_dlopenext 2011-03-05 10:14:19 -06:00
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02:00
argz_.h Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
argz.c Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
configure.ac Post-release administrivia. 2010-09-22 23:25:50 +07:00
COPYING.LIB The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__alloc.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__dirent.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__strl.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
lt_dlloader.c lt_dlloader_remove and lt_dlloader_find accept const arguments. 2009-12-02 23:13:20 +01:00
lt_error.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
ltdl.c On Mac OS X try .dylib as well as .so with lt_dlopenext 2011-03-05 10:14:19 -06:00
ltdl.h libltdl: Make sure preloaded symbols are declared extern "C". 2010-09-20 09:11:43 +02:00
Makefile.inc Release 2.4. 2010-09-22 23:25:44 +07:00
README Simplify license variations, and add missing license texts. 2010-06-09 19:00:19 +07:00
slist.c Test and fix slist.c. 2009-12-02 23:13:05 +01:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen
-- 
   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
   Written by Thomas Tanner, 1999

   This file is part of GNU Libtool.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.