X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.SunOS;h=2b4eeb314a1ce3d664f2c2b016ac13ba3044164a;hb=61b92c02b4d59366fdb97dfdb7ad94d8b1b6baf1;hp=9afae8a176c34d8106e5f0a00e931c15e11f9fd8;hpb=4bb13b8eb1bf3314894c8d388770a6bc2665f6fb;p=oota-llvm.git diff --git a/Makefile.SunOS b/Makefile.SunOS index 9afae8a176c..2b4eeb314a1 100644 --- a/Makefile.SunOS +++ b/Makefile.SunOS @@ -15,4 +15,9 @@ MakeSharedObjectOption := -G # ExportSymbols := - +# Path to location for LLVM front-end for this architecture. This setting may +# be overriden by the Makefile.config option, and should not override it if set. +# +ifndef LLVMGCCDIR +LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install +endif