summaryrefslogtreecommitdiff
path: root/nuttx/configs/rgmp/x86/nsh/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/rgmp/x86/nsh/Make.defs')
-rw-r--r--nuttx/configs/rgmp/x86/nsh/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/rgmp/x86/nsh/Make.defs b/nuttx/configs/rgmp/x86/nsh/Make.defs
index cc9c3a8c4..f23f4e821 100644
--- a/nuttx/configs/rgmp/x86/nsh/Make.defs
+++ b/nuttx/configs/rgmp/x86/nsh/Make.defs
@@ -50,7 +50,7 @@ else
ARCHOPTIMIZATION = -O2
endif
-ARCHCPUFLAGS = -fno-builtin -nostdinc -fno-stack-protector
+ARCHCPUFLAGS = -fno-builtin -nostdinc -fno-stack-protector
ARCHPICFLAGS = -fpic
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
ARCHDEFINES = -D__RGMP_KERNEL__ -D__RTOS_KERNEL__ -D__SHARE_KERNEL__
@@ -82,7 +82,7 @@ else
endif
LDFLAGS += -nostdlib
-EXTRA_LIBS =
+EXTRA_LIBS =
MKDEP = $(TOPDIR)/tools/mkdeps.sh