Removed -nostdinc from cross builds. Caused problems with tornado2.2 build.

Was told it was not needed.
This commit is contained in:
Janet B. Anderson
2002-11-27 21:37:33 +00:00
parent f131fe59ac
commit 38596ab6cd

View File

@@ -23,7 +23,6 @@ GNU_TARGET_LIB_DIR = $(GNU_DIR)/$(GNU_TARGET)/lib
export GCC_EXEC_PREFIX = $(GNU_LIB)/gcc-lib/
CROSS_CPPFLAGS = -nostdinc
CROSS_INCLUDES = $(addprefix -I,$(GNU_TARGET_INCLUDE_DIR))
CROSS_LDFLAGS = $(addprefix -L,$(GNU_TARGET_LIB_DIR))