]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 10 Jul 1992 19:39:13 +0000 (19:39 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 10 Jul 1992 19:39:13 +0000 (19:39 +0000)
From-SVN: r1553

gcc/Makefile.in

index 9aaba169edd16854c96edbe10e97e603b34c2f4c..ac82d88862123b78a435080d72bd8fc3532b3f3f 100644 (file)
@@ -271,7 +271,8 @@ all: all.indirect
 
 all.indirect: $(ALL)
 
-INTERNAL_CFLAGS = $(CROSS)
+# IN_GCC tells obstack.h to use gstddef.h.
+INTERNAL_CFLAGS = $(CROSS) -DIN_GCC
 
 # This is the variable actually used when we compile.
 ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
This page took 0.064433 seconds and 5 git commands to generate.