Moved GNU_DIR def to CONFIG_COMMON.

Moved *SHRLIB_LDFLAGS defs to CONFIG.gnuCommon.
This commit is contained in:
Janet B. Anderson
2007-12-11 20:23:00 +00:00
parent 51b179160b
commit 79cc983edc
19 changed files with 26 additions and 75 deletions

View File

@ -53,6 +53,8 @@ STATIC_LDFLAGS_YES = -static
STATIC_LDFLAGS_NO =
SHRLIB_CFLAGS = -fPIC
SHRLIB_LDFLAGS = -shared -fPIC
LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC
GNU_LDLIBS_YES = -lgcc