Added linker options for static builds.

This commit is contained in:
Janet B. Anderson
2003-08-04 18:25:32 +00:00
parent 73b8c02bae
commit 54868e8723

View File

@@ -14,6 +14,11 @@ GNU_DIR = /usr
CC = $(GNU_BIN)/gcc
CCC = $(GNU_BIN)/g++
STATIC_LDFLAGS_YES= -Wl,-Bstatic
STATIC_LDFLAGS_NO=
STATIC_LDLIBS_YES= -Wl,-Bdynamic
STATIC_LDLIBS_NO=
SHRLIB_LDFLAGS += -shared -z defs
LOADABLE_SHRLIB_LDFLAGS = -shared