From 14780b238d27f1b50209cb5ee523d30f804a6e6c Mon Sep 17 00:00:00 2001 From: eric <> Date: Wed, 5 Sep 2012 21:21:13 +0000 Subject: use LDSTATIC for building static executables --- src/regress/lib/libc/asr/bin/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libc') diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc index 9a03163906..80b4805136 100644 --- a/src/regress/lib/libc/asr/bin/Makefile.inc +++ b/src/regress/lib/libc/asr/bin/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ NOMAN= noman SRCS+= common.c CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g -LDFLAGS+= -static +LDSTATIC= ${STATIC} PROG:= ${PROG}${EXT} -- cgit v1.2.3-55-g6feb