mrrl

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

libunwind (370B)


      1 {%- set pkg_version="1.8.1" -%}
      2 {%- set pkg_source="tar.gz" -%}
      3 {% extends "autotools_static" %}
      4 {% block configure_args -%}
      5 	--enable-cxx-exceptions \
      6 	--enable-coredump \
      7 	--enable-ptrace \
      8 	--enable-setjmp \
      9 	--enable-zlib
     10 {% endblock %}
     11 {% block genlinks_begin %}
     12 	x["./include/libunwind.h"]=1
     13 	x["./include/unwind.h"]=1
     14 	x["./library/libunwind.a"]=1
     15 {% endblock %}