summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-28 19:17:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-28 19:17:16 +0000
commit692b9f7fddd50daa9fc4052193a2b315717a3e54 (patch)
treea92a72536a082d415dccb64d4b501c1ac4241f37 /make
parentRemoved per Eric Norum (diff)
downloadrtems-692b9f7fddd50daa9fc4052193a2b315717a3e54.tar.bz2
Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs along
with libchip.
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@