summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:05:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:05:03 +0000
commitc5fcc75ec9e3840f897310ecd7ceec8aa947fed7 (patch)
treea6b3c8478d8d298354981405f386b07f0a2a7652 /make/custom
parentMade the HAS_POSIX_API follow the configure line option. (diff)
downloadrtems-c5fcc75ec9e3840f897310ecd7ceec8aa947fed7.tar.bz2
Made the POSIX API option follow the configure line.
Diffstat (limited to '')
-rw-r--r--make/custom/portsw.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg
index 18c69f0479..eee46e86e3 100644
--- a/make/custom/portsw.cfg
+++ b/make/custom/portsw.cfg
@@ -57,8 +57,6 @@ HAS_MP=no
HAS_KA9Q=no
# Define this to yes if this target wants the posix api
-ifeq ($(RTEMS_HAS_POSIX_API),yes)
-HAS_POSIX_API=yes
-endif
+HAS_POSIX_API=no
# Miscellaneous additions go here