summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Flatt <mflatt@racket-lang.org>2010-02-09 16:16:47 +0000
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 13:45:20 +0400
commite753fc4d14d037b88ac42ff9c1e9598bc0ade6a7 (patch)
tree63a11b823261a2925ac3f24a360fd92a69f00ec9
parentcab117634efa5038a14c91b10d5fd87e7f7aa26d (diff)
downloadbdwgc-e753fc4d14d037b88ac42ff9c1e9598bc0ade6a7.tar.gz
fix for Sparc Linux from James Vega (PR 10750)
svn: r18031
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f5db01a3..04523047 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -588,6 +588,7 @@ mach_dep.@LTO@: $(srcdir)/mach_dep.c $(srcdir)/mips_sgi_mach_dep.s \
./if_mach SPARC SOLARIS $(CC) -c -o mach_dep2.@LTO@ $(srcdir)/sparc_mach_dep.S
./if_mach SPARC OPENBSD $(AS) -o mach_dep2.@LTO@ $(srcdir)/sparc_sunos4_mach_dep.s
./if_mach SPARC NETBSD $(AS) -o mach_dep2.@LTO@ $(srcdir)/sparc_netbsd_mach_dep.s
+ ./if_mach SPARC "" $(CC) -c -o mach_dep2.@LTO@ $(srcdir)/sparc_mach_dep.S
./if_mach SPARC "" $(CC) -c -o mach_dep1.@LTO@ $(SPECIALCFLAGS) $(srcdir)/mach_dep.c
./if_mach SPARC "" ld -r -o mach_dep.@LTO@ mach_dep1.@LTO@ mach_dep2.@LTO@
./if_mach IA64 "" as $(AS_ABI_FLAG) -o ia64_save_regs_in_stack.@LTO@ $(srcdir)/ia64_save_regs_in_stack.s