Kaydet (Commit) bd5f193e authored tarafından Guido van Rossum's avatar Guido van Rossum

Added LDLAST variable, substituted by configure script, for the final

argument to the linker (required for DEC Alpha threads).
üst 16e93a8d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment