From 797209d321678461cd8622af37060a082b265572 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 11 May 2003 21:41:09 +0000 Subject: [PATCH] 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 --- Makefile.SunOS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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