#!/bin/bash

exec arm-openwrt-linux-muslgnueabi-gcc -Wl,--dynamic-linker=/lib/ld-musl-armhf.so.1 "$@"
exit 1
