diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2019-11-09 19:59:54 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2019-11-09 19:59:54 +0000 |
commit | f297199eb02ce6fac9f8f676bcb421a30a7740ff (patch) | |
tree | 13ead385c866f53c5eaf218b5706d767a8015616 /sys/arch/armv7/conf | |
parent | f42cb333b54bf6ce5ca8eca6b6bbe55cbb4f60b2 (diff) |
Let mcount.o compile by ignoring a warning about the profile.h ASM
ok patrick@
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index e87b6e9f205..6d2f7b12fc6 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.47 2019/11/07 20:42:28 guenther Exp $ +# $OpenBSD: Makefile.armv7,v 1.48 2019/11/09 19:59:53 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -107,7 +107,7 @@ param.o: param.c Makefile ${NORMAL_C} mcount.o: $S/lib/libkern/mcount.c Makefile - ${NORMAL_C_NOP} + ${NORMAL_C_NOP} -Wno-inline-asm ioconf.o: ioconf.c ${NORMAL_C} |