diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-05 18:24:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-05 18:24:34 +0000 |
commit | 670a91274050342e0fca295828a9396076e87703 (patch) | |
tree | 5de3e5eaa792712800a8e768be776a4d9c8ca672 /gnu/usr.bin/binutils/as | |
parent | 6e64f0f07bcf3250b2f5428d9433e88656632bac (diff) | |
download | FreeBSD-src-670a91274050342e0fca295828a9396076e87703.zip FreeBSD-src-670a91274050342e0fca295828a9396076e87703.tar.gz |
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
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 59e147c..c507b3a 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 |