artik053: fix trivial typo in Make.def
authorBongryul Lee <bongryul.lee@samsung.com>
Thu, 1 Jun 2017 11:57:20 +0000 (20:57 +0900)
committersunghan <sh924.chang@samsung.com>
Tue, 19 Sep 2017 10:25:40 +0000 (19:25 +0900)
s/LDFLAAGS/LDFLAGS/

This enables the linker option '--gc-sections' that was not actually
applied so far, reducing binary footprints a little.

Change-Id: I227df3213598cb986068a317d6c5e741ae365850
Signed-off-by: Bongryul Lee <bongryul.lee@samsung.com>
build/configs/artik053/tash/Make.defs

index c1b62f7..e9943e2 100644 (file)
@@ -147,7 +147,7 @@ ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
   LDFLAGS += -g
 endif
 
-LDFLAAGS += --gc-sections
+LDFLAGS += --gc-sections
 
 HOSTCC = gcc
 HOSTINCLUDES = -I.