Added LFS support to gcc linux build

This commit is contained in:
Robert Osfield 2004-11-25 09:51:26 +00:00
parent 1956fdfc1b
commit 488165f321

View File

@ -341,6 +341,9 @@ ifeq ($(OS),Linux)
ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES")
LDFLAGS += -Wl,-soname -Wl,$@.0
endif
LDFLAGS += `getconf LFS_LDFLAGS`
DEF += `getconf LFS_CFLAGS`
LIBS = -lstdc++
DEF += -W -Wall -fPIC -pipe