summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-23 18:48:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-23 18:48:07 +0000
commit72f9937b62b490f22f9324711b82aa1cb97c36c9 (patch)
tree6e50736c33d0e71c9dc728704cf524395b68873e /c/src/make
parentPatch from Eric Norum <eric@cls.usask.ca> to readd the behavior where (diff)
downloadrtems-72f9937b62b490f22f9324711b82aa1cb97c36c9.tar.bz2
Removed need for use of separate include/networking directory.
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg10
1 files changed, 3 insertions, 7 deletions
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index 835b22c558..529bc4b742 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -27,10 +27,6 @@ CFLAGS = $(CFLAGS_DEFAULT) $(XCFLAGS)
CXXFLAGS = $(CFLAGS_DEFAULT) $(XCXXFLAGS)
ASFLAGS = $(CPU_ASFLAGS) $(XASFLAGS)
-# We only include the header files for networking if it is enabled.
-INCLUDE_NETWORKING_yes_V = -I$(PROJECT_INCLUDE)/networking
-INCLUDE_NETWORKING = $(INCLUDE_NETWORKING_$(HAS_NETWORKING)_V)
-
ifeq ($(RTEMS_USE_GCC272),yes)
ifeq ($(RTEMS_CROSS_TARGET),no)
@@ -40,7 +36,7 @@ endif
# Used for posix bsps
CPPFLAGS += \
- -I$(PROJECT_INCLUDE) $(INCLUDE_NETWORKING) \
+ -I$(PROJECT_INCLUDE) \
$(RTEMS_LIBC_INCLUDES)
else
# Used for embedded bsps
@@ -48,7 +44,7 @@ else
GCC_INCLUDE=$(shell $(CC) $(CPU_CFLAGS) -print-file-name=include $(GCCSED))
CPPFLAGS += -nostdinc \
- -I$(PROJECT_INCLUDE) $(INCLUDE_NETWORKING) \
+ -I$(PROJECT_INCLUDE) \
-I$(GCC_INCLUDE) \
-I$(RTEMS_LIBC_DIR)/sys-include \
-I$(RTEMS_LIBC_DIR)/include
@@ -72,7 +68,7 @@ GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
CC += $(GCCSPECS)
CXX += $(GCCSPECS)
-CPPFLAGS += $(INCLUDE_NETWORKING)
+CPPFLAGS +=
# default location of Standard C Library
ifndef LIBC_LIBC