architecture. The location of the GCC frontend may be overridden by the
Makefile.config file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3830
91177308-0d34-0410-b5e6-
96231b3b80d8
#
ExportSymbols := -Wl,--export-dynamic
-
+# 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_x86
+endif
#
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