Commit e18eb523 by Richard Stallman

(ENQUIRE_CFLAGS): Remove -DNO_SC.

From-SVN: r2279
parent 8aecce0a
...@@ -99,7 +99,7 @@ GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(CROSS_GCC_CFLA ...@@ -99,7 +99,7 @@ GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(CROSS_GCC_CFLA
# Special flags for compiling enquire. # Special flags for compiling enquire.
# We disable optimization to make floating point more reliable. # We disable optimization to make floating point more reliable.
ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -DNO_LONG_DOUBLE_IO -O0 ENQUIRE_CFLAGS = -DNO_MEM -DNO_STDDEF -DNO_LONG_DOUBLE_IO -O0
ENQUIRE_LDFLAGS = $(LDFLAGS) ENQUIRE_LDFLAGS = $(LDFLAGS)
# Tools to use when building a cross-compiler. # Tools to use when building a cross-compiler.
......
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