Added definitions for static build.

This commit is contained in:
Janet B. Anderson
2003-08-04 18:40:20 +00:00
parent 0fc52db97b
commit 8a65a17f68

View File

@@ -18,9 +18,9 @@ AR = ar -rc
RANLIB=
LD = ld -r
STATIC_LDFLAGS_YES= -Bstatic
STATIC_LDFLAGS_YES= -Wl,-Bstatic
STATIC_LDFLAGS_NO=
STATIC_LDLIBS_YES= -Bdynamic
STATIC_LDLIBS_YES= -Wl,-Bdynamic
STATIC_LDLIBS_NO=
SHRLIB_LDFLAGS = -G -h $@ -z ignore -z combreloc -z lazyload