[Openmcl-cvs-notifications] r14786 - /trunk/source/lisp-kernel/linuxarm/Makefile
rme at clozure.com
rme at clozure.com
Thu May 5 12:43:35 CDT 2011
Author: rme
Date: Thu May 5 12:43:35 2011
New Revision: 14786
Log:
Minor corrections to linuxarm makefile.
Modified:
trunk/source/lisp-kernel/linuxarm/Makefile
Modified: trunk/source/lisp-kernel/linuxarm/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/linuxarm/Makefile (original)
+++ trunk/source/lisp-kernel/linuxarm/Makefile Thu May 5 12:43:35 2011
@@ -15,7 +15,7 @@
=
SVN_REVISION=3D$(shell svnversion || echo "unknown")
=
-NO_WARN_DEPRECATED =3D $(shell ($(AS) --help -v 2>&1 | grep -q -e "-no-war=
n-deprecated") && /bin/echo "-no-warn-deprecated")
+NO_WARN_DEPRECATED =3D $(shell ($(AS) --help -v 2>&1 | grep -q -e "-mno-wa=
rn-deprecated") && /bin/echo "-mno-warn-deprecated")
=
VPATH =3D ../
RM =3D /bin/rm
@@ -24,7 +24,7 @@
AS =3D as
M4 =3D m4
# we use the swp instruction in a couple of places; tell the assembler
-# to remain caim.
+# to remain calm.
ASFLAGS =3D -mfpu=3Dvfp -march=3Darmv7-a $(NO_WARN_DEPRECATED)
M4FLAGS =3D -DLINUX -DARM
CDEFINES =3D -DLINUX -DARM -D_REENTRANT -D_GNU_SOURCE -DUSE_FUTEX -DSVN_RE=
VISION=3D$(SVN_REVISION)
More information about the Openmcl-cvs-notifications
mailing list