* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only

available in libstdc++-v3.
This commit is contained in:
Christopher Faylor 2002-01-20 03:39:36 +00:00
parent 9e73b3397b
commit 216109a824
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)