diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-05 21:21:14 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-05 21:21:14 +0000 |
commit | 3ccd6445bd67b98fb6e1f8c7a71c57b7731fa2fa (patch) | |
tree | da7e92d14e9f55d11efec55da3d5c41aeccf2a31 /regress | |
parent | 1e6d2a26b0a1c3e8d1ce5d6923e471cc14f5f487 (diff) |
use LDSTATIC for building static executables
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/asr/bin/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/asr/bin/Makefile.inc b/regress/lib/libc/asr/bin/Makefile.inc index bd6723c255e..80b48051360 100644 --- a/regress/lib/libc/asr/bin/Makefile.inc +++ b/regress/lib/libc/asr/bin/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 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} |