Browse Source

build: fixed flymaple build with functors

master
Andrew Tridgell 10 years ago
parent
commit
544eb8ea3f
  1. 2
      mk/board_flymaple.mk

2
mk/board_flymaple.mk

@ -39,7 +39,7 @@ WARNFLAGS += -Wwrite-strings -Wformat=2 @@ -39,7 +39,7 @@ WARNFLAGS += -Wwrite-strings -Wformat=2
WARNFLAGSCXX = -Wno-reorder
DEPFLAGS = -MD -MT $@
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
CXXOPTS = -std=gnu++11 -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
COPTS = -ffunction-sections -fdata-sections -fsigned-char
ASOPTS = -x assembler-with-cpp

Loading…
Cancel
Save