Changeset 14786
- Timestamp:
- May 5, 2011, 10:43:35 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/linuxarm/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/linuxarm/Makefile
r14785 r14786 16 16 SVN_REVISION=$(shell svnversion || echo "unknown") 17 17 18 NO_WARN_DEPRECATED = $(shell ($(AS) --help -v 2>&1 | grep -q -e "- no-warn-deprecated") && /bin/echo "-no-warn-deprecated")18 NO_WARN_DEPRECATED = $(shell ($(AS) --help -v 2>&1 | grep -q -e "-mno-warn-deprecated") && /bin/echo "-mno-warn-deprecated") 19 19 20 20 VPATH = ../ … … 25 25 M4 = m4 26 26 # we use the swp instruction in a couple of places; tell the assembler 27 # to remain ca im.27 # to remain calm. 28 28 ASFLAGS = -mfpu=vfp -march=armv7-a $(NO_WARN_DEPRECATED) 29 29 M4FLAGS = -DLINUX -DARM
Note:
See TracChangeset
for help on using the changeset viewer.
