Index: /trunk/source/lisp-kernel/linuxarm/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxarm/Makefile	(revision 14785)
+++ /trunk/source/lisp-kernel/linuxarm/Makefile	(revision 14786)
@@ -16,5 +16,5 @@
 SVN_REVISION=$(shell svnversion || echo "unknown")
 
-NO_WARN_DEPRECATED = $(shell ($(AS) --help -v 2>&1 | grep -q -e "-no-warn-deprecated") && /bin/echo "-no-warn-deprecated")
+NO_WARN_DEPRECATED = $(shell ($(AS) --help -v 2>&1 | grep -q -e "-mno-warn-deprecated") && /bin/echo "-mno-warn-deprecated")
 
 VPATH = ../
@@ -25,5 +25,5 @@
 M4 = m4
 # we use the swp instruction in a couple of places;  tell the assembler
-# to remain caim.
+# to remain calm.
 ASFLAGS = -mfpu=vfp -march=armv7-a $(NO_WARN_DEPRECATED)
 M4FLAGS = -DLINUX -DARM
