summaryrefslogtreecommitdiffstats
path: root/make/custom/FreeBSD-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/FreeBSD-posix.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index 80611b5507..944cc24cba 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -1,7 +1,5 @@
#
# Config file for the FreeBSD 2.x based RTEMS UNIX
-#
-#
RTEMS_CPU=unix
RTEMS_CPU_FAMILY=i386
@@ -22,21 +20,16 @@ LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
LIBC_DEFINES += -DWORKSPACE_MB=2
LIBC_DEFINES += -DHEAPSPACE_MB=1
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2
# This section makes the target dependent options file.
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
# RTEMS_UNIX (unix)
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
@@ -46,6 +39,5 @@ define make-exe
$(SIZE) $@
endef
-
# *****************************************************************
# Miscellaneous additions go here