diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2004-02-24 19:23:33 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2004-02-24 19:23:33 +0000 |
| commit | 7ff8c436d3890e42fa1dce8faf5d61042c398591 (patch) | |
| tree | 3ab79dc23b5090459decbc2642fa3ba60186f95a /gnu/usr.bin/binutils/ld | |
| parent | 3f54070bd2edacd28c543266cf5b6ca77042f3da (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index c75950e1e1c6..56f652e0949e 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -10,7 +10,7 @@ SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \ ldgram.y ldlang.c ldlex.l ldmain.c ldmisc.c \ ldver.c ldwrite.c lexsup.c mri.c -WARNS= 1 +WARNS?= 1 CFLAGS+= -DSCRIPTDIR=\"${TOOLS_PREFIX}/usr/libdata\" CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd |
