* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only
available in libstdc++-v3.
This commit is contained in:
parent
9e73b3397b
commit
216109a824
|
@ -1,3 +1,8 @@
|
|||
2002-01-19 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a
|
||||
is only available in libstdc++-v3.
|
||||
|
||||
2002-01-19 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent
|
||||
|
|
|
@ -245,7 +245,7 @@ new-$(DLL_NAME): $(LDSCRIPT) $(DLL_OFILES) $(DEF_FILE) $(DLL_IMPORTS) $(LIBC) $(
|
|||
$(CXX) $(CXXFLAGS) -nostdlib -Wl,-T$(firstword $^) -Wl,--out-implib,cygdll.a -shared -o $@ \
|
||||
-e $(DLL_ENTRY) $(DEF_FILE) $(DLL_OFILES) version.o winver.o \
|
||||
$(DLL_IMPORTS) $(MALLOC_OBJ) $(LIBM) $(LIBC) \
|
||||
-lsupc++ -lgcc -lshell32 -luuid
|
||||
-lstdc++ -lgcc -lshell32 -luuid
|
||||
|
||||
# Rule to build libcygwin.a
|
||||
$(LIB_NAME): rmsym newsym new-$(DLL_NAME) $(LIBCOS)
|
||||
|
|
Loading…
Reference in New Issue