diff options
author | eric <> | 2012-09-05 21:21:13 +0000 |
---|---|---|
committer | eric <> | 2012-09-05 21:21:13 +0000 |
commit | 14780b238d27f1b50209cb5ee523d30f804a6e6c (patch) | |
tree | f8ac22cf1d64e24fc33e1e3ddbec8d308661065b /src/regress/lib/libc/asr | |
parent | 3f93ec5cdfa3967126d6c3c46242221568593016 (diff) | |
download | openbsd-14780b238d27f1b50209cb5ee523d30f804a6e6c.tar.gz openbsd-14780b238d27f1b50209cb5ee523d30f804a6e6c.tar.bz2 openbsd-14780b238d27f1b50209cb5ee523d30f804a6e6c.zip |
use LDSTATIC for building static executables
Diffstat (limited to 'src/regress/lib/libc/asr')
-rw-r--r-- | src/regress/lib/libc/asr/bin/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ |
2 | 2 | ||
3 | NOMAN= noman | 3 | NOMAN= noman |
4 | 4 | ||
5 | SRCS+= common.c | 5 | SRCS+= common.c |
6 | CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g | 6 | CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g |
7 | LDFLAGS+= -static | 7 | LDSTATIC= ${STATIC} |
8 | PROG:= ${PROG}${EXT} | 8 | PROG:= ${PROG}${EXT} |