From: Chris Lattner Date: Sun, 11 May 2003 21:41:09 +0000 (+0000) Subject: Switch over to using the New CFE on Sparc X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=797209d321678461cd8622af37060a082b265572;p=oota-llvm.git Switch over to using the New CFE on Sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6094 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.SunOS b/Makefile.SunOS index 43b5c0b2c71..c5ca3b292ee 100644 --- a/Makefile.SunOS +++ b/Makefile.SunOS @@ -28,5 +28,6 @@ PLATFORMSTRIPOPTS := # be overriden by the Makefile.config option, and should not override it if set. # ifndef LLVMGCCDIR -LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_sparc +LLVMGCCARCH := sparcv9-sun-solaris2.8/3.4-llvm +LLVMGCCDIR := /home/vadve/lattner/local/sparc/llvm-gcc/ endif