Revert the last change:

Makefile.pre.in:
  - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension
This commit is contained in:
doko@ubuntu.com 2016-03-23 13:17:23 +01:00
parent ed282af85f
commit 6ce9f4b9a4
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ pybuilddir.txt: $(BUILDPYTHON)
# This is shared by the math and cmath modules # This is shared by the math and cmath modules
Modules/_math.o: Modules/_math.c Modules/_math.h Modules/_math.o: Modules/_math.c Modules/_math.h
$(CC) -c $(CCSHARED) $(PY_CORE_CFLAGS) -o $@ $< $(CC) -c $(CCSHARED) $(PY_CFLAGS) -o $@ $<
# Build the shared modules # Build the shared modules
# Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for # Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for