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

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