Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2010-12-04 11:18:57 +0300
committerZoltan Varga <vargaz@gmail.com>2010-12-04 11:18:57 +0300
commit76aeccbcfafcc70310f7c4e4b43d3dae7ce56f46 (patch)
treecf5b425ed6bf729568bf436da0f8009346e5b885 /libgc/Makefile.am
parent4945c44282a34073c9e0277d06b799cf7baf507e (diff)
Hopefully fix the ia64 libgc build.
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index 45d4b0f6925..2a4fa0a3411 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -36,6 +36,8 @@ EXTRA_DIST =
if POWERPC_DARWIN
asm_libgc_sources = powerpc_darwin_mach_dep.s
+else if TARGET_IA64
+asm_libgc_sources = ia64_save_regs_in_stack.s
else
asm_libgc_sources =
endif