[Openmcl-cvs-notifications] r14792 - /trunk/source/lisp-kernel/linuxarm/Makefile

rme at clozure.com rme at clozure.com
Tue May 10 11:12:27 CDT 2011


Author: rme
Date: Tue May 10 11:12:27 2011
New Revision: 14792

Log:
Now that we don't use the deprecated swp instruction,
there's no need to suppress the assembler warnings
about it.

I feel orthodox now.

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 Tue May 10 11:12:27 2011
@@ -15,17 +15,13 @@
 =

 SVN_REVISION=3D$(shell svnversion || echo "unknown")
 =

-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
 # Versions of GNU as >=3D 2.9.1 all seem to work
 # AS =3D gas-2.9.1
 AS =3D as
 M4 =3D m4
-# we use the swp instruction in a couple of places;  tell the assembler
-# to remain calm.
-ASFLAGS =3D -mfpu=3Dvfp -march=3Darmv7-a $(NO_WARN_DEPRECATED)
+ASFLAGS =3D -mfpu=3Dvfp -march=3Darmv7-a
 M4FLAGS =3D -DLINUX -DARM
 CDEFINES =3D -DLINUX -DARM -D_REENTRANT -D_GNU_SOURCE -DUSE_FUTEX -DSVN_RE=
VISION=3D$(SVN_REVISION)
 CDEBUG =3D -g



More information about the Openmcl-cvs-notifications mailing list