From aa08164cb397d1b3439c410740849d213f99477f Mon Sep 17 00:00:00 2001 From: ArdaFu Date: Mon, 4 Jun 2018 14:23:54 +0800 Subject: [PATCH] [libcpu] Sconscript: fix spell srror. --- libcpu/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/SConscript b/libcpu/SConscript index a3404e0101..a42909e64c 100644 --- a/libcpu/SConscript +++ b/libcpu/SConscript @@ -4,7 +4,7 @@ from building import * comm = rtconfig.ARCH + '/common' path = rtconfig.ARCH + '/' + rtconfig.CPU -AFLAGS = '' +ASFLAGS = '' # The set of source files associated with this SConscript file. if rtconfig.PLATFORM == 'armcc':