mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

libunwind (455B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-z:sha256:ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 autotools_static libunwind-1.8.1 \
      8 	--enable-cxx-exceptions \
      9 	--enable-coredump \
     10 	--enable-ptrace \
     11 	--enable-setjmp \
     12 	--enable-zlib
     13 
     14 {% endblock %}
     15 {% block genlinks_begin %}
     16 	x["./include/libunwind.h"]=1
     17 	x["./include/unwind.h"]=1
     18 	x["./library/libunwind.a"]=1
     19 {% endblock %}