Skip to content

Commit

Permalink
software: update libunwind.
Browse files Browse the repository at this point in the history
whitequark committed Mar 8, 2017
1 parent 5a60714 commit 6136b97
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion misoc/software/libunwind/Makefile
Original file line number Diff line number Diff line change
@@ -11,7 +11,9 @@ endif
COMMONFLAGS+=-integrated-as \
-I. -I$(MISOC_DIRECTORY)/software/include/dyld/ -I$(MISOC_DIRECTORY)/software/unwinder/include/ \
-I$(LIBUNWIND_DIRECTORY) \
-D__ELF__ -D__linux__ -D_LIBUNWIND_NO_HEAP -DNDEBUG
-D__ELF__ -D__linux__ \
-D_LIBUNWIND_NO_HEAP \
-DNDEBUG

OBJECTS=UnwindRegistersSave.o UnwindRegistersRestore.o UnwindLevel1.o libunwind.o

2 changes: 1 addition & 1 deletion misoc/software/unwinder
Submodule unwinder updated from 4bcb32 to 983408

0 comments on commit 6136b97

Please sign in to comment.