diff options
Diffstat (limited to 'tools/gold/Makefile')
-rw-r--r-- | tools/gold/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile index 7bac4ec..3f77229 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -19,6 +19,7 @@ LINK_LIBS_IN_SHARED=1 SHARED_LIBRARY = 1 BUILD_ARCHIVE = 0 LOADABLE_MODULE = 1 +CXXFLAGS = -fno-rtti LINK_COMPONENTS := support system LIBS += -llto |