From b74917066882d280cd16cc112ca9f5981762bff2 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 30 Aug 2010 12:26:32 +0000 Subject: [PATCH] Correct msp430 toolchain string for cdef's file. Signed-off-by: Mohamed Tarek git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4197 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/msp430/info/msp430.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cpu/msp430/info/msp430.common b/bertos/cpu/msp430/info/msp430.common index c177ca94..084e1b38 100644 --- a/bertos/cpu/msp430/info/msp430.common +++ b/bertos/cpu/msp430/info/msp430.common @@ -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] -- 2.25.1