Skip to content

Commit e4c1445

Browse files
committed
Support newer GCC versions in makefile.rules
1 parent c2792d9 commit e4c1445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makefile.rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ifeq ($(TARGET),intel64)
1010
BITNESS := 64
1111
endif
1212

13+
TOOL_CXXFLAGS += -Wno-deprecated-declarations -g
14+
TOOL_CXXFLAGS_NOOPT += -Wno-deprecated-declarations -g
1315

1416
##############################################################
1517
#

0 commit comments

Comments
 (0)