# Customize to match your system. Then, place this file in ~/.arm-cc-specs
# (where ~ represents your home dir).
PREPROCESS=/Developer/SDKs/iPhone/bin/llvm-gcc
CPPFLAGS=-E -U__i386__ -U__ppc__ -D__arm__ -mmacosx-version-min=10.4 -isystem /Developer/SDKs/iPhone/include -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include -F /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks
LLVM_GCC=/Developer/SDKs/iPhone/bin/llvm-gcc
CFLAGS=-emit-llvm
CFLAGS_COMPILEROPT=-O7
CFLAGS_OBJC=-emit-llvm -ObjC -I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/CFMCarbon
LLVM_GCCC=llvm-g++
CCFLAGS=-emit-llvm
LLC=/Developer/SDKs/iPhone/bin/llc
LLCFLAGS=-mtriple=arm-apple-darwin -relocation-model=dynamic-no-pic -mcpu=arm1176jzf-s -f
LLCFLAGS_DYLIB=-mtriple=arm-apple-darwin -f -mcpu=arm1176jzf-s -relocation-model=pic
OPT=/Developer/SDKs/iPhone/bin/opt
OPTFLAGS=-std-compile-opts
AS=/Developer/SDKs/iPhone/bin/arm-apple-darwin-as
ASFLAGS=-arch arm
LD=/Developer/SDKs/iPhone/bin/arm-apple-darwin-ld
LDFLAGS=-syslibroot /Developer/SDKs/iPhone/heavenly /Developer/SDKs/iPhone/csu/crt1.o % -lSystem -lgcc_s_v6.1 -lm -larmfp
LDFLAGS_DYLIB=-syslibroot /Developer/SDKs/iPhone/heavenly -lSystem -lgcc_s_v6.1 -L/Developer/SDKs/iPhone/csu -ldylib1.o -single_module -dylib -dynamic
LDFLAGS_FRAMEWORKSDIR=-F/Developer/SDKs/iPhone/heavenly/System/Library/Frameworks