Changeset 14786


Ignore:
Timestamp:
May 5, 2011, 10:43:35 AM (14 years ago)
Author:
R. Matthew Emerson
Message:

Minor corrections to linuxarm makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/linuxarm/Makefile

    r14785 r14786  
    1616SVN_REVISION=$(shell svnversion || echo "unknown")
    1717
    18 NO_WARN_DEPRECATED = $(shell ($(AS) --help -v 2>&1 | grep -q -e "-no-warn-deprecated") && /bin/echo "-no-warn-deprecated")
     18NO_WARN_DEPRECATED = $(shell ($(AS) --help -v 2>&1 | grep -q -e "-mno-warn-deprecated") && /bin/echo "-mno-warn-deprecated")
    1919
    2020VPATH = ../
     
    2525M4 = m4
    2626# we use the swp instruction in a couple of places;  tell the assembler
    27 # to remain caim.
     27# to remain calm.
    2828ASFLAGS = -mfpu=vfp -march=armv7-a $(NO_WARN_DEPRECATED)
    2929M4FLAGS = -DLINUX -DARM
Note: See TracChangeset for help on using the changeset viewer.