mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
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:
parent
c736d56562
commit
c35679b45f
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user