mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +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:
@@ -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
|
# MakeSharedObjectOption - This option is passed to the linker by
|
||||||
# Makefile.common when compiling a shared object.
|
# 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
|
# MakeSharedObjectOption - This option is passed to the linker by
|
||||||
# Makefile.common when compiling a shared object.
|
# Makefile.common when compiling a shared object.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user