diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-12 16:14:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-12 16:14:10 +0000 |
commit | 3131900f2373d5300104e48f6e3559370d98004a (patch) | |
tree | 6c992fc5fbbeaf26bd1e8cd67f8c78b3589a90b8 /lib/libc/arch/hppa | |
parent | fe1a6f1c973679052ff409ebadf2e480f52317ca (diff) |
alloca.c cannot be used
Diffstat (limited to 'lib/libc/arch/hppa')
-rw-r--r-- | lib/libc/arch/hppa/gen/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/arch/hppa/gen/Makefile.inc b/lib/libc/arch/hppa/gen/Makefile.inc index 318a2eb976b..5a04ddeb0a9 100644 --- a/lib/libc/arch/hppa/gen/Makefile.inc +++ b/lib/libc/arch/hppa/gen/Makefile.inc @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.13 2011/07/08 22:28:33 martynas Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2012/04/12 16:14:09 deraadt Exp $ SRCS+= setjmp.S SRCS+= fabs.c SRCS+= infinity.c ldexp.c modf.c nan.c setjmp.S SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ fpsetround.c fpsetsticky.c - -SRCS+= alloca.c |