Correct msp430 toolchain string for cdef's file.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 30 Aug 2010 12:26:32 +0000 (12:26 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 30 Aug 2010 12:26:32 +0000 (12:26 +0000)
Signed-off-by: Mohamed Tarek <mtarek16@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4197 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/msp430/info/msp430.common

index c177ca94f71845b33464b1371b07200f327e41c6..084e1b386632f7e9530a874ce54dd3b48981c129 100644 (file)
@@ -48,7 +48,7 @@ CPU_DESC = [ "Texas Instruments MSP430 Microcontroller ",
              "16-bit RISC Architecture"]
 
 # Type of the toolchain we should use to compile the source for this CPU.
-TOOLCHAIN = "mspgcc"
+TOOLCHAIN = "msp430"
 
 # Special CPU related tags.
 CPU_TAGS = ["Von Neumann", TOOLCHAIN]