]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Use standard startup files for MSP430 architecture.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 29 May 2011 20:00:05 +0000 (22:00 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 29 May 2011 20:00:05 +0000 (22:00 +0200)
The use of compiler provide standard startup files
can be selected through option
  TARGET_STDSTARTFILES = y

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
board/msp430/virtex2/config/config.cmdproc_test

index e935cadd9f0e5e7c823fd0fcdf41ec4bbf8a1296..809d4928cd9df1864b1f510334337839d9e521b8 100644 (file)
@@ -15,6 +15,7 @@ CONFIG_ULOI_COM=n
 
 CROSS_COMPILE = msp430-
 TARGET_ARCH = -mmcu=msp430x423
+TARGET_STDSTARTFILES = y
 
 # Set default C flags. If theese are set elsewhere (e.g. on a command
 # line), these default flags are not used.