diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-05 18:24:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-05 18:24:34 +0000 |
commit | 978f043ed08d110df30de02d45b72f2ad432c9e2 (patch) | |
tree | 5de3e5eaa792712800a8e768be776a4d9c8ca672 /gnu/usr.bin/binutils/as | |
parent | a91d8d9644c2a13319ad23b8c5bfd4e9cb2bde3f (diff) | |
download | src-978f043ed08d110df30de02d45b72f2ad432c9e2.tar.gz src-978f043ed08d110df30de02d45b72f2ad432c9e2.zip |
Set WARNS=0 as a temp work around until I can get access to an IA-64 box
to do this right.
Approved by: RE
Notes
Notes:
svn path=/head/; revision=107642
Diffstat (limited to 'gnu/usr.bin/binutils/as')
-rw-r--r-- | gnu/usr.bin/binutils/as/ia64-freebsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/Makefile b/gnu/usr.bin/binutils/as/ia64-freebsd/Makefile index 59e147cbda25..c507b3a1098b 100644 --- a/gnu/usr.bin/binutils/as/ia64-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/ia64-freebsd/Makefile @@ -2,6 +2,8 @@ .include "${.CURDIR}/../Makefile.inc0" +WARNS= 0 + .if ${TARGET_ARCH} != "ia64" NOMAN= true BINDIR= /usr/libexec/cross/ia64-freebsd |