diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2010-03-23 05:05:35 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2010-03-23 05:05:35 +0000 |
commit | 1922295935280633da068157c633c3e4cf0cb209 (patch) | |
tree | 001ab977795e25f5b8478f231054b6d12b5f139a /libobjc/Makefile.in | |
parent | d79238bcd68bdd31b9ce890840b79760e8a4eac5 (diff) | |
download | gcc-1922295935280633da068157c633c3e4cf0cb209.tar.gz |
re PR libobjc/30445 (Fix for FIXME in gcc-4_2-branch/libobjc/Makefile.in)
PR libobjc/30445
* configure.ac (extra_ldflags_libobjc): Define appropriately for
Cygwin and MinGW hosts.
* Makefile.am (libobjc_s.a): Remove dead pre-libtool target.
(libobjc.dll): Likewise.
* configure: Regenerate.
From-SVN: r157662
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 788dfb5acca..71faf8ac43d 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -291,35 +291,6 @@ libobjc_gc$(libsuffix).la: $(OBJS_GC) -version-info $(LIBOBJC_GC_VERSION) $(extra_ldflags_libobjc) \ $(LTLDFLAGS) -# -# FIXME -- The following part does not fit in the libtool context. -# Libtool is supposed to [going to] be able to create a win 32 DLL -# without extra code but since I don't have a win machine to test -# if it already works, I leave the old code here. -# -libobjc_s.a: libobjc.la - mv libobjc.a libobjc_s.a - -# Create a relocatable DLL -libobjc.dll: libobjc_s.a libobjc_entry.o - $(CC) -mdll -Wl,--base-file -Wl,libobjc.base \ - -o libobjc.dll libobjc_s.a libobjc_entry.o -lkernel32 - $(DLLTOOL) --dllname libobjc.dll --def $(srcdir)/libobjc.def \ - --base-file libobjc.base --output-exp libobjc.exp - $(GCC_FOR_TARGET) -mdll -Wl,--base-file libobjc.base libobjc.exp \ - -o libobjc.dll libobjc_s.a libobjc_entry.o -lkernel32 - $(DLLTOOL) --dllname libobjc.dll --def $(srcdir)/libobjc.def \ - --base-file libobjc.base --output-exp libobjc.exp - $(GCC_FOR_TARGET) libobjc.exp -mdll \ - -o libobjc.dll libobjc_s.a libobjc_entry.o -lkernel32 - $(DLLTOOL) --dllname libobjc.dll --def $(srcdir)/libobjc.def \ - --output-lib libobjc.a -# -# -# -# -# - info: dvi: pdf: |