Home | History | Annotate | Line # | Download | only in arm
Makefile.inc revision 1.10.2.4
      1  1.10.2.3    tls #	$NetBSD: Makefile.inc,v 1.10.2.4 2014/08/20 00:04:30 tls Exp $
      2       1.1  bjh21 
      3       1.8    dsl SRCS+=	byte_swap_2.S byte_swap_4.S
      4       1.8    dsl SRCS+=	ffs.S
      5       1.8    dsl SRCS+=	memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
      6      1.10   matt 
      7  1.10.2.3    tls .if !empty(MACHINE_ARCH:Mearm*)
      8  1.10.2.4    tls SRCS+=	unwind_stub.c
      9  1.10.2.4    tls .endif
     10  1.10.2.4    tls .if empty(MACHINE_ARCH:Mearmv7*)
     11  1.10.2.4    tls CPUFLAGS.ffs.S+=	-marm
     12  1.10.2.4    tls .endif
     13  1.10.2.4    tls CPUFLAGS.divide.S+=	-marm
     14  1.10.2.4    tls CPUFLAGS.memcmp.S+=	-marm
     15  1.10.2.4    tls CPUFLAGS.memcpy.S+=	-marm
     16  1.10.2.4    tls CPUFLAGS.memmove.S+=	-marm
     17  1.10.2.4    tls CPUFLAGS.memset.S+=	-marm
     18  1.10.2.4    tls .if empty(CPPFLAGS:M-D_STANDALONE)
     19  1.10.2.4    tls CPUFLAGS.strcpy.S+=	-marm
     20  1.10.2.4    tls CPUFLAGS.strlcpy.S+=	-marm
     21  1.10.2.4    tls CPUFLAGS.strncpy.S+=	-marm
     22      1.10   matt .endif
     23