From 28e7d7faed355e451cc8b0c037035dfcf873a965 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Aug 1998 22:04:22 +0000 Subject: Patches from Eric Norum --- make/Templates/Makefile.inc.in | 1 - make/compilers/gcc-target-default.cfg | 8 +------- make/custom/FreeBSD-posix.cfg | 4 ---- make/custom/HPUX9-posix.cfg | 4 ---- make/custom/Linux-posix.cfg | 4 ---- make/custom/Solaris-posix.cfg | 4 ---- make/custom/cvme961.cfg | 4 ---- make/custom/default.cfg | 7 ------- make/custom/dmv152.cfg | 4 ---- make/custom/efi332.cfg | 4 ---- make/custom/efi68k.cfg | 4 ---- make/custom/erc32.cfg | 4 ---- make/custom/force386.cfg | 4 ---- make/custom/gen68302.cfg | 4 ---- make/custom/gensh1.cfg | 4 ---- make/custom/go32.cfg | 4 ---- make/custom/i386ex.cfg | 4 ---- make/custom/idp.cfg | 4 ---- make/custom/mvme136.cfg | 4 ---- make/custom/mvme147.cfg | 4 ---- make/custom/mvme162.cfg | 4 ---- make/custom/no_bsp.cfg | 4 ---- make/custom/ods68302.cfg | 4 ---- make/custom/p4000.cfg | 4 ---- make/custom/p4600.cfg | 4 ---- make/custom/p4650.cfg | 4 ---- make/custom/papyrus.cfg | 4 ---- make/custom/portsw.cfg | 4 ---- make/custom/psim.cfg | 8 ++------ make/custom/simhppa.cfg | 4 ---- make/target.cfg.in | 1 - 31 files changed, 3 insertions(+), 126 deletions(-) (limited to 'make') diff --git a/make/Templates/Makefile.inc.in b/make/Templates/Makefile.inc.in index b2b0ec4ba5..c64b785dd5 100644 --- a/make/Templates/Makefile.inc.in +++ b/make/Templates/Makefile.inc.in @@ -34,7 +34,6 @@ RTEMS_CUSTOM = $(prefix)/rtems/make/custom/$(RTEMS_BSP).cfg PROJECT_ROOT = $(prefix)/rtems/ RTEMS_USE_OWN_PDIR = @RTEMS_USE_OWN_PDIR@ RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ -RTEMS_HAS_KA9Q = @RTEMS_HAS_KA9Q@ RTEMS_USE_MACROS = @RTEMS_USE_MACROS@ RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@ diff --git a/make/compilers/gcc-target-default.cfg b/make/compilers/gcc-target-default.cfg index ee533743e8..61449f3f16 100644 --- a/make/compilers/gcc-target-default.cfg +++ b/make/compilers/gcc-target-default.cfg @@ -18,10 +18,6 @@ CPLUS_CPPFLAGS=$(CFLAGS) $(XCPPFLAGS) # default flags -# We only include the header files for KA9Q if it is enabled. -INCLUDE_KA9Q_yes_V = -I$(PROJECT_INCLUDE)/ka9q -INCLUDE_KA9Q = $(INCLUDE_KA9Q_$(HAS_KA9Q)_V) - # 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) @@ -36,7 +32,6 @@ endif # Used for posix bsps CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \ -I$(PROJECT_INCLUDE) \ - $(INCLUDE_KA9Q) \ $(INCLUDE_NETWORKING) \ $(RTEMS_LIBC_INCLUDES) $(DEFINES) @@ -50,7 +45,6 @@ GCC_INCLUDE=$(shell $(CC) $(CPU_CFLAGS) -print-file-name=include $(GCCSED)) CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \ -nostdinc -I$(PROJECT_INCLUDE) \ - $(INCLUDE_KA9Q) \ $(INCLUDE_NETWORKING) \ -I$(RTEMS_LIBC_DIR)/include -I$(GCC_INCLUDE) $(DEFINES) @@ -71,7 +65,7 @@ endif else CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \ -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems \ - $(INCLUDE_KA9Q) $(INCLUDE_NETWORKING) $(DEFINES) + $(INCLUDE_NETWORKING) $(DEFINES) ASMFLAGS=$(CPU_DEFINES) $(CPU_CFLAGS) -g -I$(srcdir) \ -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems $(DEFINES) diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg index 3dd9b6499e..76af11b358 100644 --- a/make/custom/FreeBSD-posix.cfg +++ b/make/custom/FreeBSD-posix.cfg @@ -40,10 +40,6 @@ endif # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg index d054bc370a..333c238701 100644 --- a/make/custom/HPUX9-posix.cfg +++ b/make/custom/HPUX9-posix.cfg @@ -39,10 +39,6 @@ LIBC_DEFINES += -DHEAPSPACE_MB=1 # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg index c50daf9006..fc4a33efea 100644 --- a/make/custom/Linux-posix.cfg +++ b/make/custom/Linux-posix.cfg @@ -41,10 +41,6 @@ endif # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg index 34eb6264d8..370e7c3e73 100644 --- a/make/custom/Solaris-posix.cfg +++ b/make/custom/Solaris-posix.cfg @@ -40,10 +40,6 @@ endif # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/cvme961.cfg b/make/custom/cvme961.cfg index 6513ed1441..a868c79964 100644 --- a/make/custom/cvme961.cfg +++ b/make/custom/cvme961.cfg @@ -28,10 +28,6 @@ CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/default.cfg b/make/custom/default.cfg index 980b73cf5b..e96c1e21fa 100644 --- a/make/custom/default.cfg +++ b/make/custom/default.cfg @@ -60,13 +60,6 @@ endif # Define this to yes if this target supports multiprocessor environments. HAS_MP=no -# Define this to yes if this target wants the KA9Q TCP/IP stack -ifeq ($(RTEMS_HAS_KA9Q),yes) -HAS_KA9Q=yes -else -HAS_KA9Q=no -endif - # Define this to yes if this target wants the TCP/IP stack ifeq ($(RTEMS_HAS_NETWORKING),yes) HAS_NETWORKING=yes diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg index c8337e15a3..357a84b21c 100644 --- a/make/custom/dmv152.cfg +++ b/make/custom/dmv152.cfg @@ -23,10 +23,6 @@ CPU_CFLAGS = # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg index cc4c1b50f4..e985ef14e0 100644 --- a/make/custom/efi332.cfg +++ b/make/custom/efi332.cfg @@ -22,10 +22,6 @@ CPU_CFLAGS = -m68020 # optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg index 09c15910d6..0e84355337 100644 --- a/make/custom/efi68k.cfg +++ b/make/custom/efi68k.cfg @@ -21,10 +21,6 @@ CPU_CFLAGS = -m68000 -msoft-float # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg index 2e0a27595c..8fdedfedb3 100644 --- a/make/custom/erc32.cfg +++ b/make/custom/erc32.cfg @@ -28,10 +28,6 @@ endif # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/force386.cfg b/make/custom/force386.cfg index 6fce969131..89e7532e10 100644 --- a/make/custom/force386.cfg +++ b/make/custom/force386.cfg @@ -24,10 +24,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg index ef4293e053..b72fea3fb0 100644 --- a/make/custom/gen68302.cfg +++ b/make/custom/gen68302.cfg @@ -22,10 +22,6 @@ CPU_CFLAGS=-m68302 -msoft-float # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg index 38eb59db15..4f538f72c7 100644 --- a/make/custom/gensh1.cfg +++ b/make/custom/gensh1.cfg @@ -31,10 +31,6 @@ RTEMS_USE_NEWLIB=yes # Define this to yes if this target supports multiprocessor environments. HAS_MP=no -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/go32.cfg b/make/custom/go32.cfg index e8708d6a03..0c4078368a 100644 --- a/make/custom/go32.cfg +++ b/make/custom/go32.cfg @@ -53,10 +53,6 @@ endif # i486dx # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg index bedf6bd107..d7c0421ac1 100644 --- a/make/custom/i386ex.cfg +++ b/make/custom/i386ex.cfg @@ -21,10 +21,6 @@ CPU_CFLAGS = # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg index 1ffac2e85d..0d853906f4 100644 --- a/make/custom/idp.cfg +++ b/make/custom/idp.cfg @@ -12,10 +12,6 @@ RTEMS_CPU_MODEL=m68ec040 # This is the actual bsp directory used during the build process. RTEMS_BSP_FAMILY=idp -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg index 17ecd7bf24..019ddabbb9 100644 --- a/make/custom/mvme136.cfg +++ b/make/custom/mvme136.cfg @@ -25,10 +25,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg index 092b4890ee..c63fd9891c 100644 --- a/make/custom/mvme147.cfg +++ b/make/custom/mvme147.cfg @@ -19,10 +19,6 @@ CPU_CFLAGS= # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg index d3c55c2a75..9141517008 100644 --- a/make/custom/mvme162.cfg +++ b/make/custom/mvme162.cfg @@ -46,10 +46,6 @@ endif # mc68lc040 # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/no_bsp.cfg b/make/custom/no_bsp.cfg index 83937a06f4..d4ef58fad9 100644 --- a/make/custom/no_bsp.cfg +++ b/make/custom/no_bsp.cfg @@ -27,10 +27,6 @@ HAS_CPLUSPLUS=no # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg index 0988c53a04..bb24d9b97a 100644 --- a/make/custom/ods68302.cfg +++ b/make/custom/ods68302.cfg @@ -32,10 +32,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer # debugging please CFLAGS_DEBUG_V+=-g -# This target does not support the ka9q tcp/ip stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg index 298c443249..d036013511 100644 --- a/make/custom/p4000.cfg +++ b/make/custom/p4000.cfg @@ -12,10 +12,6 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 # This is the actual bsp directory used during the build process. RTEMS_BSP_FAMILY=p4000 -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg index 527e6cada9..8f77c8c2af 100644 --- a/make/custom/p4600.cfg +++ b/make/custom/p4600.cfg @@ -25,10 +25,6 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 TARGET_ARCH=o-p4600 RTEMS_BSP=p4000 -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg index e249fb2870..d076faa6ec 100644 --- a/make/custom/p4650.cfg +++ b/make/custom/p4650.cfg @@ -24,10 +24,6 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 TARGET_ARCH=o-p4650 RTEMS_BSP=p4000 -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg index 10f4cf0368..9086732cf8 100644 --- a/make/custom/papyrus.cfg +++ b/make/custom/papyrus.cfg @@ -16,10 +16,6 @@ RTEMS_BSP_FAMILY=papyrus #CPU_DEFINES=-DPPC_ABI=PPC_ABI_POWEROPEN \ # -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x0100 -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg index 6669819dd2..e083530894 100644 --- a/make/custom/portsw.cfg +++ b/make/custom/portsw.cfg @@ -52,10 +52,6 @@ HAS_CPLUSPLUS=no # Define this to yes if this target supports multiprocessor environments. HAS_MP=no -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg index 7a7f2fef17..d91c149c4e 100644 --- a/make/custom/psim.cfg +++ b/make/custom/psim.cfg @@ -12,10 +12,6 @@ RTEMS_CPU_MODEL=ppc603e # This is the actual bsp directory used during the build process. RTEMS_BSP_FAMILY=psim -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no @@ -89,9 +85,9 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions # Define this to yes if this target supports multiprocessor environments. HAS_MP=no -# This target does not support the ka9q tcp/ip stack so ignore requests +# This target does not support the TCP/IP stack so ignore requests # to enable it. -HAS_KA9Q=no +HAS_NETWORKING=no # The following is a linkcmds file which will work without using the # -specs system in gcc 2.8. diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg index 43674ea40d..6a7f022336 100644 --- a/make/custom/simhppa.cfg +++ b/make/custom/simhppa.cfg @@ -38,10 +38,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions # Define this to yes if this target supports multiprocessor environments. HAS_MP=yes -# This target does NOT support the KA9Q TCP/IP stack so ignore requests -# to enable it. -HAS_KA9Q=no - # This target does NOT support the TCP/IP stack so ignore requests # to enable it. HAS_NETWORKING=no diff --git a/make/target.cfg.in b/make/target.cfg.in index 01f3ae1a72..88f369c88e 100644 --- a/make/target.cfg.in +++ b/make/target.cfg.in @@ -39,7 +39,6 @@ RTEMS_CROSS_TARGET=@rtems_cv_prog_cc_cross@ RTEMS_HOST = @RTEMS_HOST@ RTEMS_USE_OWN_PDIR = @RTEMS_USE_OWN_PDIR@ RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ -RTEMS_HAS_KA9Q = @RTEMS_HAS_KA9Q@ RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@ RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ RTEMS_USE_MACROS = @RTEMS_USE_MACROS@ -- cgit v1.2.3