From 4c83f2926dd2744e006c17281d6cffa24d8e414a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Mar 2018 08:16:17 +0100 Subject: bsps: Remove unused RTEMS_CPU_MODEL This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/moxie') diff --git a/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg index 2229ef9380..4d924d9c76 100644 --- a/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg +++ b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg @@ -7,9 +7,8 @@ include $(RTEMS_ROOT)/make/custom/default.cfg RTEMS_CPU=moxie -RTEMS_CPU_MODEL=moxie # optimize flag: typically -O2 CFLAGS_OPTIMIZE_V = -Os -g -ffunction-sections -fdata-sections -LDFLAGS = -Wl,--gc-sections \ No newline at end of file +LDFLAGS = -Wl,--gc-sections -- cgit v1.2.3