summaryrefslogtreecommitdiff
path: root/Makefile.SunOS
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-06 03:45:20 +0000
committerChris Lattner <sabre@nondot.org>2002-12-06 03:45:20 +0000
commitc35679b45f4e54246d650ca8f361c795fd748a59 (patch)
tree9d6616c6a59fb7d8fea529497357564d428c587f /Makefile.SunOS
parentc736d56562af898f3a7bc1c202bd40dd1b952bf6 (diff)
downloadllvm-c35679b45f4e54246d650ca8f361c795fd748a59.tar.gz
llvm-c35679b45f4e54246d650ca8f361c795fd748a59.tar.bz2
llvm-c35679b45f4e54246d650ca8f361c795fd748a59.tar.xz
Export a new ARCH variable indicating what platform is being compiled
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.SunOS')
-rw-r--r--Makefile.SunOS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SunOS b/Makefile.SunOS
index e802173f96..e9473637c7 100644
--- a/Makefile.SunOS
+++ b/Makefile.SunOS
@@ -5,6 +5,9 @@
#
#===-----------------------------------------------------------------------====#
+# Set the architecture so that Sparc platform dependant code is compmiled
+ARCH := Sparc
+
# MakeSharedObjectOption - This option is passed to the linker by
# Makefile.common when compiling a shared object.
#