Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-12-03 08:20:56 +0300
committerChristopher Faylor <me@cgf.cx>2000-12-03 08:20:56 +0300
commitb0a187e20478d81b53dc9d40c35e6df65a94c7e0 (patch)
treef65b99a035ad6c5e423fad6d56121cda94026988 /winsup/cygwin/Makefile.in
parent6c057e82df0c5cc7291e7e81b679f7dcaccb131a (diff)
* Makefile.in: Remove some extra cruft.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 72aca0358..6bfbf891f 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -131,9 +131,6 @@ DLL_OFILES:=assert.o autoload.o cygheap.o dcrt0.o debug.o delqueue.o dir.o \
GMON_OFILES:= gmon.o mcount.o profil.o
-LD_STUFF=--dll $(DLL_OFILES) version.o winver.o $(DLL_IMPORTS) $(LIBM) $(LIBC) \
- $(LIBGCC) -e $(DLL_ENTRY) --image-base=0x61000000
-
.PHONY: all force dll_ofiles install all_target install_target all_host install_host
.SUFFIXES:
@@ -193,7 +190,7 @@ new-$(LIB_NAME): $(LIB_NAME)
new-$(DLL_NAME): $(DLL_OFILES) $(DEF_FILE) $(DLL_IMPORTS) $(LIBC) $(LIBM) Makefile winver_stamp
$(CXX) $(CXXFLAGS) -nostartfiles -Wl,-shared -o $@ -e $(DLL_ENTRY) $(DEF_FILE) $(DLL_OFILES) version.o \
- winver.o $(DLL_IMPORTS) $(LIBM) $(MALLOC_OBJ) $(LIBC)
+ winver.o $(DLL_IMPORTS) $(MALLOC_OBJ) $(LIBM) $(LIBC)
dll_ofiles: $(DLL_OFILES)
@@ -211,7 +208,7 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
- $(CC) -nodefaultlibs -o $@ $^ $(LIBGCC)
+ $(CC) -nodefaultlibs -o $@ $^
#