Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer!
[oota-llvm.git] / tools / gold / Makefile
index 66a0271fa25769b519758a830c9b8b8b32bd6754..c214ceaf08e377516439c562aa70cb16cd0bbaa3 100644 (file)
@@ -22,10 +22,10 @@ SHARED_LIBRARY = 1
 LOADABLE_MODULE = 1
 
 LINK_COMPONENTS := support
-LIBS += -llto
 
 # Because off_t is used in the public API, the largefile parts are required for
 # ABI compatibility.
 CXXFLAGS+=-I$(BINUTILS_INCDIR) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lLTO
+CXXFLAGS+=$(SharedLibDir)/$(SharedPrefix)LTO$(SHLIBEXT)
 
 include $(LEVEL)/Makefile.common