We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b74f8 commit 7242dc5Copy full SHA for 7242dc5
misoc/software/libunwind/Makefile
@@ -6,14 +6,14 @@ COMMONFLAGS += -integrated-as -I. \
6
-I$(MISOC_DIRECTORY)/software/unwinder/include/ \
7
-I$(LIBUNWIND_DIRECTORY) \
8
-D__ELF__ -D__linux__ \
9
- -D_LIBUNWIND_NO_HEAP -D_LIBUNWIND_BUILD_ZERO_COST_APIS \
10
- -DNDEBUG
+ -D_LIBUNWIND_NO_HEAP -DNDEBUG
11
12
CFLAGS += -funwind-tables
13
CXXFLAGS += -fno-exceptions -funwind-tables
14
15
ifeq ($(CPU),or1k)
16
all:: libunwind-bare.a libunwind-or1k-elf.a
+COMMONFLAGS += -D_LIBUNWIND_BUILD_ZERO_COST_APIS
17
endif
18
ifeq ($(CPU),vexriscv)
19
all:: libunwind-bare.a libunwind-vexriscv-elf.a
0 commit comments