Home | History | Annotate | Line # | Download | only in ldd
      1 #	$NetBSD: Makefile.elf,v 1.6 2019/11/04 12:45:10 joerg Exp $
      2 
      3 # Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
      4 # Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
      5 
      6 SRCS=	ldd_elfxx.c
      7 SRCS+=	xmalloc.c debug.c expand.c map_object.c load.c search.c \
      8 	headers.c paths.c tls.c symver.c
      9 
     10 CPPFLAGS.tls.c+=	-std=gnu11
     11 
     12 .include "Makefile.common"
     13