blob: 2b4eeb314a1ce3d664f2c2b016ac13ba3044164a [file] [log] [blame]
Chris Lattner4bb13b82002-09-13 22:14:47 +00001#===-- Makefile.SunOS - SunOS specific makefile options ---*- makefile -*--====#
2#
3# This file is included by all other files, through Makefile.common, but only
4# when compiling on a solaris based platform.
5#
6#===-----------------------------------------------------------------------====#
7
8# MakeSharedObjectOption - This option is passed to the linker by
9# Makefile.common when compiling a shared object.
10#
11MakeSharedObjectOption := -G
12
13# ExportSymbols - This is used by tools that need to make sure that all of their
14# symbols are exported for use at runtime by dlsym.
15#
16ExportSymbols :=
17
Chris Lattner7f666ca2002-09-19 19:44:28 +000018# Path to location for LLVM front-end for this architecture. This setting may
19# be overriden by the Makefile.config option, and should not override it if set.
20#
21ifndef LLVMGCCDIR
22LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install
23endif