appleseedlab / superc

The SuperC Parsing Framework
24 stars 4 forks source link

scripts: superc_linux: add multi-arch support #152

Closed necipfazil closed 3 years ago

necipfazil commented 3 years ago

Two new options are introduced to superc_linux.sh script to generate superc configs for any architecture, which are:

These options can only be used with -w, which writes superc configurations. For example: $ scripts/superc_linux.sh -w -L superc_configs/ -x make.cross -a arm arch/arm/net/bpf_jit_32.c

These superc configurations can be used for any sequent uses of superc_linux script for the specific architecture.