diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-16 07:09:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-16 07:09:44 +0000 |
| commit | e223c68bfc26436d6e1e39202cf7262335ca1f7c (patch) | |
| tree | 1d994d80dc9d835f3cdaf765535ae861867b19c9 /gnu/usr.bin/binutils/nm/Makefile | |
| parent | 6311b38feebcbf3464740e188c9d50b161d9de6b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/nm/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/nm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/nm/Makefile b/gnu/usr.bin/binutils/nm/Makefile index 879bcc83808c..4da4bb2d0423 100644 --- a/gnu/usr.bin/binutils/nm/Makefile +++ b/gnu/usr.bin/binutils/nm/Makefile @@ -7,6 +7,7 @@ PROG= nm SRCS= nm.c WARNS?= 2 +CFLAGS+= -D_GNU_SOURCE CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/bfd CFLAGS+= -I${SRCDIR}/binutils |
