Skip to content

Instantly share code, notes, and snippets.

@nullnilaki
Last active January 1, 2016 01:38
Show Gist options
  • Save nullnilaki/8073700 to your computer and use it in GitHub Desktop.
Save nullnilaki/8073700 to your computer and use it in GitHub Desktop.
OpenBSD/sgi compile
make obj
TARGET=sgi make cross-tools
cd /usr/src/sys/arch/sgi/conf;config GENERIC-IP27
cd /usr/src/sys/arch/sgi/compile/GENERIC-IP27
make CC=/usr/cross/sgi/usr/mips64-unknown-openbsd5.4/bin/mips64-unknown-openbsd5.4-cc LD=/usr/cross/sgi/usr/mips64-unknown-openbsd5.4/bin/mips64-unknown-openbsd5.4-ld depend
make CC=/usr/cross/sgi/usr/mips64-unknown-openbsd5.4/bin/mips64-unknown-openbsd5.4-cc LD=/usr/cross/sgi/usr/mips64-unknown-openbsd5.4/bin/mips64-unknown-openbsd5.4-ld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment