Skip to content

Instantly share code, notes, and snippets.

@codeon-nat
codeon-nat / qemu-build-script.sh
Last active February 24, 2019 20:42
QEMU ARM Virtual Machine with xenial Ubuntu
#! /bin/sh
#
# Copyright (c) 2019 Nat! - Mulle kybernetiK
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
@codeon-nat
codeon-nat / Makefile
Created May 19, 2018 21:58
Handy Makefile for testing mulle-clang
BUILD_DIR=../build-10.13
CLANG=$(BUILD_DIR)/mulle-clang-xcode.d/Debug/bin/clang
LLC=$(BUILD_DIR)/llvm.d/bin/llc
LLAS=$(BUILD_DIR)/llvm.d/bin/ll
OPT=$(BUILD_DIR)/llvm.d/bin/opt
CC=$(CLANG)
CLANGFLAGS=$(CFLAGS) -fobjc-runtime=mulle -I../include
LDFLAGS=-L../../mulle-objc-runtime/build/Products/Debug -L../../mulle-objc-runtime/dependencies/lib/Debug -lmulle_standalone_objc_runtime