summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:03:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:03:59 +0000
commitcbf2f543334dcb8dcd87361841ee367c15548eee (patch)
tree95cd7f425c40a7c93bdd897da5bdbc36d2e2ddbd /make/custom/default.cfg
parentMade C++ follow the configure option. (diff)
downloadrtems-cbf2f543334dcb8dcd87361841ee367c15548eee.tar.bz2
Made HAS_POSIX_API have a "no" definition when it is not enabled.
Diffstat (limited to '')
-rw-r--r--make/custom/default.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index f73241ceb9..6aa08a71a7 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -66,6 +66,8 @@ endif
# Define this to yes if this target wants the posix api
ifeq ($(RTEMS_HAS_POSIX_API),yes)
HAS_POSIX_API=yes
+else
+HAS_POSIX_API=no
endif
# Base name of start file