update armcc device parameter.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1120 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2010-11-26 02:55:52 +00:00
parent bad87a2c4b
commit 3f30b3cba5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ elif PLATFORM == 'armcc':
LINK = 'armlink'
TARGET_EXT = 'axf'
DEVICE = ' --device DARMSTM'
DEVICE = ' --device DLM'
CFLAGS = DEVICE + ' --apcs=interwork'
AFLAGS = DEVICE
LFLAGS = DEVICE + ' --info sizes --info totals --info unused --info veneers --list rtthread-lm3s.map --scatter lm3s_rom.sct'