Commit 2b9396f3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libunwind to 1.4.0

parent 727ae9d2
all: all:
tar xf libunwind-1.3.1.tar.gz tar xf libunwind-1.4.0.tar.gz
cd libunwind-1.3.1 && ./configure --prefix=/usr cd libunwind-1.4.0 && ./configure --prefix=/usr CFLAGS="-fcommon"
$(MAKE) -C libunwind-1.3.1 $(MAKE) -C libunwind-1.4.0
-$(MAKE) -C libunwind-1.3.1 check -$(MAKE) -C libunwind-1.4.0 check
$(MAKE) -C libunwind-1.3.1 install $(MAKE) -C libunwind-1.4.0 install
rm -rf libunwind-1.3.1 rm -rf libunwind-1.4.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment