Added LFS support to gcc linux build
This commit is contained in:
parent
1956fdfc1b
commit
488165f321
@ -341,6 +341,9 @@ ifeq ($(OS),Linux)
|
|||||||
ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES")
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user