summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/pc386.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 48301b8ef4..55ace13a75 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -25,11 +25,6 @@ RTEMS_BSP_FAMILY=pc386
# -fomit-frame-pointer breaks debugging and C++ exceptions
CFLAGS_OPTIMIZE_V=-O4
-# This section makes the target dependent options file.
-
-define make-target-options
-endef
-
# Here is the rule to actually build a $(ARCH)/foo.exe
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
# Usage ref: src/tests/sptest/sp1/Makefile