summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/custom/psim.cfg4
-rw-r--r--make/target.cfg.in1
2 files changed, 1 insertions, 4 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index d91c149c4e..9a6ce2e5aa 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 TCP/IP stack so ignore requests
-# to enable it.
-HAS_NETWORKING=no
-
# This section makes the target dependent options file.
# NDEBUG (C library)
diff --git a/make/target.cfg.in b/make/target.cfg.in
index 925804ffae..decb674781 100644
--- a/make/target.cfg.in
+++ b/make/target.cfg.in
@@ -19,6 +19,7 @@ AR = @AR_FOR_TARGET@
NM = @NM_FOR_TARGET@
LD = @LD_FOR_TARGET@
SIZE = @SIZE_FOR_TARGET@
+STRIP = @STRIP_FOR_TARGET@
OBJCOPY = @OBJCOPY_FOR_TARGET@
RANLIB = @RANLIB_FOR_TARGET@