i#111958: MinGW port enhancement: runtime-pseude-reloc-v2
This commit is contained in:
@@ -93,6 +93,7 @@ python_LDFLAGS=-mno-cygwin -mthreads
|
||||
.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
|
||||
python_LDFLAGS+=-shared-libgcc
|
||||
.ENDIF
|
||||
python_LDFLAGS+=-shared-libgcc -Wl,--enable-runtime-pseudo-reloc-v2
|
||||
CONFIGURE_ACTION=./configure --prefix=$(MYCWD)/python-inst --enable-shared CC="$(CC:s/guw.exe //)" CXX="$(CXX:s/guw.exe //)" MACHDEP=MINGW32 LN="cp -p" CFLAGS="$(python_CFLAGS)" LDFLAGS="$(python_LDFLAGS)"
|
||||
BUILD_ACTION=$(ENV_BUILD) make && make install
|
||||
.ELSE
|
||||
|
Reference in New Issue
Block a user