From: Guido van Rossum Date: Tue, 28 Jan 1997 02:21:24 +0000 (+0000) Subject: Added LDLAST variable, substituted by configure script, for the final X-Git-Tag: v1.5a1~422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd5f193ee5540d17e0f5501791dbe4e12f0fdcf0;p=thirdparty%2FPython%2Fcpython.git Added LDLAST variable, substituted by configure script, for the final argument to the linker (required for DEC Alpha threads). --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 2d81409dda23..2bf081a13f6a 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -25,6 +25,7 @@ AR= @AR@ OPT= @OPT@ LDFLAGS= @LDFLAGS@ +LDLAST= @LDLAST@ DEFS= @DEFS@ LIBS= @LIBS@ @@ -126,7 +127,7 @@ $(LIB): $& $(OBJS) Makefile $(CC) -c $(CFLAGS) -DBUILD=`cat buildno` $(srcdir)/getbuildinfo.c $(AR) r $(LIB) getbuildinfo.o $(LINKCC) $(LDFLAGS) $(OPT) $(LINKFORSHARED) $(ADDOBJS) \ - $(MYLIBS) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python + $(MYLIBS) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python $(LDLAST) mv python ../python buildno: