diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-29 21:38:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-29 21:38:11 +0000 |
commit | 8ba12d8ed84d3d42d3ad59ac0024920eee1f104f (patch) | |
tree | d7767e71a456c96a85e9a7a8aee6e9f12abf8405 /lib/libc/arch/sparc64 | |
parent | 38a2236fc62bb5b4520eb994ab1f5bd8c5942f50 (diff) |
if we pull in a .S file, we must fake out the lint with a .c file
for this first cut, we will do this for alloca() using alloca.c by
adding it to LSRCS
Diffstat (limited to 'lib/libc/arch/sparc64')
-rw-r--r-- | lib/libc/arch/sparc64/gen/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/sparc64/gen/Makefile.inc b/lib/libc/arch/sparc64/gen/Makefile.inc index 11971c740bd..6a23f1938c3 100644 --- a/lib/libc/arch/sparc64/gen/Makefile.inc +++ b/lib/libc/arch/sparc64/gen/Makefile.inc @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.3 2005/02/01 15:12:30 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2005/11/29 21:38:10 deraadt Exp $ SRCS+= _setjmp.S fabs.S infinity.c isinf.c isnan.c ldexp.c modf.S SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ fpsetround.c fpsetsticky.c SRCS+= fixunsdfsi.S mul.S umul.S saveregs.S setjmp.S sigsetjmp.S + SRCS+= alloca.c |