]> gcc.gnu.org Git - gcc.git/commitdiff
(ENQUIRE_CFLAGS): Remove -DNO_SC.
authorRichard Stallman <rms@gnu.org>
Tue, 29 Sep 1992 20:06:22 +0000 (20:06 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 29 Sep 1992 20:06:22 +0000 (20:06 +0000)
From-SVN: r2279

gcc/Makefile.in

index f961fe6ab175fa3f48ad27f144a9d2d764f4f048..99a88c73c595f1362d779df355eb79ab8573c31a 100644 (file)
@@ -99,7 +99,7 @@ GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(CROSS_GCC_CFLA
 
 # Special flags for compiling enquire.
 # 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)
 
 # Tools to use when building a cross-compiler.
This page took 0.070193 seconds and 5 git commands to generate.