diff options
author | eric <> | 2012-09-05 21:21:13 +0000 |
---|---|---|
committer | eric <> | 2012-09-05 21:21:13 +0000 |
commit | 3ca136539542f56e3d762e6c34b592366bd8d477 (patch) | |
tree | f8ac22cf1d64e24fc33e1e3ddbec8d308661065b /src | |
parent | fd848004eacbc45902b2f55676ab7eea17edd3fd (diff) | |
download | openbsd-3ca136539542f56e3d762e6c34b592366bd8d477.tar.gz openbsd-3ca136539542f56e3d762e6c34b592366bd8d477.tar.bz2 openbsd-3ca136539542f56e3d762e6c34b592366bd8d477.zip |
use LDSTATIC for building static executables
Diffstat (limited to 'src')
-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} |