Home | History | Annotate | Line # | Download | only in aarch64
      1 # $NetBSD: Makefile.inc,v 1.3 2021/10/31 22:24:34 thorpej Exp $
      2 
      3 SRCS+=	__sigtramp2.S
      4 #SRCS+= qdivrem.c
      5 
      6 CPPFLAGS += -I.
      7 
      8 .PATH: ${ARCHDIR}/softfloat
      9 SRCS+=	qp.c
     10 CPPFLAGS+=	-DSOFTFLOATAARCH64_FOR_GCC -DEXCEPTIONS_WITH_SOFTFLOAT
     11 CPPFLAGS+=	-DSOFTFLOAT_NEED_FIXUNS
     12 #
     13 # Can't directly use softfloat.c due to .PATH issues with the other source
     14 # in softfloat. Just provide a wrapper which pulls it in via a #include
     15 SRCS.softfloat= softfloat-wrapper.c
     16 SRCS+= ${SRCS.softfloat}
     17 CPPFLAGS+=      -I${ARCHDIR}/softfloat -I${.CURDIR}/softfloat \
     18 		-I${.CURDIR}/softfloat/bits64
     19