summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg')
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg
deleted file mode 100644
index 75ec7d4666..0000000000
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Configuration file for a PC using a Pentium Class CPU
-#
-
-# Note: We give the -mtune=pentium option here only so that at least the
-# variant optimized for pentium (w/o using any pentium-specific
-# features) is used (assuming you use the vanilla RTEMS multilibs).
-#
-# And: The only sse-related feature the RTEMS support really needs is
-# fxsave/fxrstor. You can build with -msse, -msse2 or -msse3,
-# depending on your CPU.
-# There are run-time checks resulting in a 'panic' if code
-# compiled for e.g. -msse3 is executed on a CPU that only
-# supports sse2, though.
-CPU_CFLAGS = -mtune=pentium4 -march=pentium4 -msse3
-
-include $(RTEMS_ROOT)/make/custom/pc386.cfg