diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-02-16 03:57:53 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-02-16 03:57:53 +0000 |
commit | bb44c9d2df304872a0d6085a452883eefd2492af (patch) | |
tree | 9e4c2d131b67e1effd03e0201e63701cfc40723c /libjava/configure | |
parent | 0ee2ea095c0f85761f5f209be3e7a1bacc2dea7f (diff) | |
download | gcc-bb44c9d2df304872a0d6085a452883eefd2492af.zip gcc-bb44c9d2df304872a0d6085a452883eefd2492af.tar.gz gcc-bb44c9d2df304872a0d6085a452883eefd2492af.tar.bz2 |
re PR libgcj/33085 (liblt_prog_compiler_pic_GCJ='-DDLL_EXPORT' is wrong)
PR libgcj/33085
* libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
Do not use -DDLL_EXPORT. Backport from upstream.
libjava/
PR libgcj/33085
* configure: Regenerate.
From-SVN: r132362
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure b/libjava/configure index 2d019a6..69dec24 100755 --- a/libjava/configure +++ b/libjava/configure @@ -15777,7 +15777,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries - lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' + ;; darwin* | rhapsody*) @@ -15853,7 +15853,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). - lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' + ;; hpux9* | hpux10* | hpux11*) |