From 10c4657704464e36e966873ba091c47ba7ae6db2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 9 Feb 2009 00:11:22 +0000 Subject: Adding M16C support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1486 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/skp16c26/ostest/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/skp16c26/ostest/Make.defs') diff --git a/nuttx/configs/skp16c26/ostest/Make.defs b/nuttx/configs/skp16c26/ostest/Make.defs index a1267dbf0..7225216e1 100644 --- a/nuttx/configs/skp16c26/ostest/Make.defs +++ b/nuttx/configs/skp16c26/ostest/Make.defs @@ -53,7 +53,7 @@ else ARCHOPTIMIZATION = -Os -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer endif -ARCHCPUFLAGS = --m16c -msoft-float -fno-builtin +ARCHCPUFLAGS = -mcpu=m16c -fno-builtin ARCHPICFLAGS = -fpic ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow ARCHDEFINES = -- cgit v1.2.3