vm: fix failed alloc condition
[minix.git] / lib / csu / arm_elf / Makefile
blobd357eee7560835716f5580fc598a2df42616b1f3
1 # $NetBSD: Makefile,v 1.4 2006/05/19 19:11:12 christos Exp $
2 CPPFLAGS+= -I${.CURDIR}
4 # Temporary hack to work around ld problems when linking Thumb applications
5 # where the linker does not correctly insert an interworking veneer.
6 CFLAGS+=-mlong-calls
8 .include "${.CURDIR}/../common_elf/Makefile.inc"