Skip to content

Instantly share code, notes, and snippets.

View jcvernaleo's full-sized avatar

John C. Vernaleo jcvernaleo

View GitHub Profile
@bluerise
bluerise / armmake
Last active December 21, 2017 22:08
Wrapper to have make use the correct cross compiler
#!/bin/ksh
MACHINE=armv7
MACHINE_ARCH=arm
MACHINE_COMP=armv7
VERSION=1.0
#this is true for most archs
MACHINE_CPU=${MACHINE_ARCH}
TARGET=${MACHINE}
HOST=$(uname -m)