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
This commit is contained in:
Chris Lattner 2002-12-06 03:45:20 +00:00
parent c736d56562
commit c35679b45f
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
#
#===-----------------------------------------------------------------------====#
# Set the architecture so that x86 platform dependant code is compmiled
ARCH := x86
# MakeSharedObjectOption - This option is passed to the linker by
# Makefile.common when compiling a shared object.
#

View File

@ -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.
#