diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-11 17:40:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-11 17:40:20 +0000 |
| commit | 713f2f5c1d202b21fd42c2a31b8467c18c761a81 (patch) | |
| tree | b83205c132c2176ad85a2462d9e654e7cbcf2561 /gnu/usr.bin/binutils | |
| parent | 526dee04158838c44956357c1d92f0788ed55614 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.inc0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0 index 929626442ad1c..ec9b3745a0e19 100644 --- a/gnu/usr.bin/binutils/as/Makefile.inc0 +++ b/gnu/usr.bin/binutils/as/Makefile.inc0 @@ -15,7 +15,7 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \ subsegs.c symbols.c write.c depend.c ehopt.c # DEO: why not used? #SRCS+= itbl-ops.c -.if (${TARGET_ARCH} == "alpha") +.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64") WARNS= 0 .else WARNS= 2 |
