OSDN Git Service

Refine last change; just add -I.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Dec 1993 13:11:50 +0000 (13:11 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Dec 1993 13:11:50 +0000 (13:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6279 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 883e8e2..c22dc89 100644 (file)
@@ -100,10 +100,8 @@ GCC_FOR_TARGET = ./xgcc -B./
 
 # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
 # It omits XCFLAGS, and specifies -B./.
-# It also specifies -B$(tooldir)/ to find as and ld for a cross compiler
-# and -I./include.
-GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) \
-  -B$(TARGET_TOOLPREFIX) -I./include
+# It also specifies -I./include to find, e.g., stddef.h.
+GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -I./include
 
 # Special flags for compiling enquire.
 # We disable optimization to make floating point more reliable.