cross-chicken added by Bunny351 on Tue Jun 12 12:08:09 2018

env 'PATH=/opt/arm-unknown-linux-gnueabi/bin:'^$PATH make -C master \
     'ARCH=' 'PREFIX=/usr' 'HOSTSYSTEM=arm-unknown-linux-gnueabi' \
    'DESTDIR=/home/felix/chicken/cross/target' 'PLATFORM=linux' \
    'CHICKEN=/home/felix/chicken/chicken-5-master/bin/chicken' \
    'TARGET_FEATURES=-no-feature x86 -feature arm' install

make -C master  'PREFIX=/home/felix/chicken/cross' \
    'TARGETSYSTEM=arm-unknown-linux-gnueabi' 'PLATFORM=linux' \
    'TARGET_PREFIX=/home/felix/chicken/cross/target/usr' \
    'TARGET_RUN_PREFIX=/usr' 'PROGRAM_PREFIX=arm-' \
    'CHICKEN=/home/felix/chicken/chicken-5-master/bin/chicken'  install