aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-10-23 14:38:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 11:14:15 +0900
commitb958e2add835d62c0a62edaf9a23ecbbd70a3635 (patch)
tree13a6f53e0fd2b6aae77d4ee7e206c2d8bc346f30 /template
parent8b3653b484a1130987c6b774c71e69a4a64a4f27 (diff)
downloadruby-b958e2add835d62c0a62edaf9a23ecbbd70a3635.tar.gz
Removed canonicalization for mathn
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index c674de968e..08e47e7744 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -84,8 +84,7 @@ optflags = @optflags@
debugflags = @debugflags@
warnflags = @warnflags@ @strict_warnflags@
cppflags = @cppflags@
-MATHN = @MATHN@
-XCFLAGS = @XCFLAGS@ $(MATHN:yes=-DCANONICALIZATION_FOR_MATHN) $(INCFLAGS)
+XCFLAGS = @XCFLAGS@ $(INCFLAGS)
USE_RUBYGEMS = @USE_RUBYGEMS@
USE_RUBYGEMS_ = $(USE_RUBYGEMS:yes=)
CPPFLAGS = @CPPFLAGS@ $(USE_RUBYGEMS_:no=-DDISABLE_RUBYGEMS=1)