From 96400050ed8fea231bdc5964b133892f22ccd2aa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Mar 2018 09:04:43 +0200 Subject: bsp/pc386: Remove unused RTEMS_CPU_MODEL This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg | 3 --- c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg | 2 -- 6 files changed, 13 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386') diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg index c87870410e..dd7f554cbc 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg @@ -5,9 +5,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg RTEMS_CPU=i386 -ifeq ($(RTEMS_CPU_MODEL),) -RTEMS_CPU_MODEL=i386_fp -endif # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg index ec487acf84..baab16dc32 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg @@ -2,8 +2,6 @@ # Configuration file for a PC using an i486DX Class CPU # -RTEMS_CPU_MODEL=i486dx - # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. CPU_CFLAGS = -mtune=i486 diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg index 0d100c2372..764c40c44e 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg @@ -2,8 +2,6 @@ # Configuration file for a PC using a Pentium Class CPU # -RTEMS_CPU_MODEL=pentium - # This configuration is useful for SMP testing on Qemu CPU_CFLAGS = -mtune=pentium -march=pentium -msse2 diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg index 6f9cfcbf5b..35733a3cde 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg @@ -2,8 +2,6 @@ # Configuration file for a PC using a Pentium Class CPU # -RTEMS_CPU_MODEL=pentium - # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. CPU_CFLAGS = -mtune=pentium -march=pentium diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg index b27e8ae1cb..fc63cde789 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg @@ -2,8 +2,6 @@ # Configuration file for a PC using a PentiumPro Class CPU # -RTEMS_CPU_MODEL=pentiumpro - # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. CPU_CFLAGS = -mtune=pentiumpro -march=pentium diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg index 34df823240..75ec7d4666 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg @@ -2,8 +2,6 @@ # Configuration file for a PC using a Pentium Class CPU # -RTEMS_CPU_MODEL=pentium - # 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). -- cgit v1.2.3