mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
flatbuffers: Remove workarounds for gcc < 6
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,9 +14,8 @@ SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/google/flatbuffers.git"
|
SRC_URI = "git://github.com/google/flatbuffers.git"
|
||||||
|
|
||||||
# Make sure C++11 is used, required for example for GCC 4.9
|
CXXFLAGS += "-fPIC"
|
||||||
CXXFLAGS += "-std=c++11 -fPIC"
|
BUILD_CXXFLAGS += "-fPIC"
|
||||||
BUILD_CXXFLAGS += "-std=c++11 -fPIC"
|
|
||||||
|
|
||||||
# BUILD_TYPE=Release is required, otherwise flatc is not installed
|
# BUILD_TYPE=Release is required, otherwise flatc is not installed
|
||||||
EXTRA_OECMAKE += "\
|
EXTRA_OECMAKE += "\
|
||||||
|
|||||||
Reference in New Issue
Block a user