From: Guido van Rossum Date: Wed, 31 Jul 1996 17:36:01 +0000 (+0000) Subject: Added doc para for --with-libs X-Git-Tag: v1.4b2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d02ba45edc1f89211a6fd21d36a73b709cb8c98d;p=thirdparty%2FPython%2Fcpython.git Added doc para for --with-libs --- diff --git a/README b/README index 01f01bec11f4..bf1f9ac6fcbe 100644 --- a/README +++ b/README @@ -311,6 +311,9 @@ all object files by running "make clean" before rebuilding. correctly setting the target architecture specific resource directory. +--with-libs='libs': Add 'libs' to the LIBS that the python + linked against. + Building for multiple architectures (using the VPATH feature) -------------------------------------------------------------