Added LFS support to gcc linux build
This commit is contained in:
parent
1956fdfc1b
commit
488165f321
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user