mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Misc m9s12x updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3278 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -38,15 +38,15 @@ include ${TOPDIR}/.config
|
||||
# Setup for the selected toolchain
|
||||
# NuttX buildroot under Linux or Cygwin
|
||||
|
||||
CROSSDEV = m68hc12-elf-
|
||||
CROSSDEV = m9s12x-elf-
|
||||
MAXOPTIMIZATION = -Os
|
||||
WINTOOL = n
|
||||
|
||||
ifeq ($(CONFIG_HCS12_NONBANKED),y)
|
||||
ARCHCPUFLAGS = -m68hcs12 -mshort -mnolong-calls
|
||||
ARCHCPUFLAGS = -m9s12x -mshort -mnolong-calls
|
||||
LDSCRIPT = ld.script.nonbanked
|
||||
else
|
||||
ARCHCPUFLAGS = -m68hcs12 -mshort -mlong-calls
|
||||
ARCHCPUFLAGS = -m9x12x -mshort -mlong-calls
|
||||
LDSCRIPT = ld.script.banked
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user