diff options
author | Keri Harris <keri@gentoo.org> | 2010-07-19 09:25:31 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2010-07-19 09:25:31 +0000 |
commit | e16b3c97668db3fe5b728cc550ae26a264c2817b (patch) | |
tree | 871f25470dadf1b084a6e751dd97dda258bbef21 /dev-lang/mercury/files/mercury-10.04-boehm_gc.patch | |
parent | Version bump. Dropped old patch. (diff) | |
download | gentoo-2-e16b3c97668db3fe5b728cc550ae26a264c2817b.tar.gz gentoo-2-e16b3c97668db3fe5b728cc550ae26a264c2817b.tar.bz2 gentoo-2-e16b3c97668db3fe5b728cc550ae26a264c2817b.zip |
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mercury/files/mercury-10.04-boehm_gc.patch')
-rw-r--r-- | dev-lang/mercury/files/mercury-10.04-boehm_gc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/mercury/files/mercury-10.04-boehm_gc.patch b/dev-lang/mercury/files/mercury-10.04-boehm_gc.patch new file mode 100644 index 000000000000..028a8dd22a72 --- /dev/null +++ b/dev-lang/mercury/files/mercury-10.04-boehm_gc.patch @@ -0,0 +1,14 @@ +diff -ur mercury-compiler-10.04.orig/boehm_gc/Makefile.direct mercury-compiler-10.04/boehm_gc/Makefile.direct +--- mercury-compiler-10.04.orig/boehm_gc/Makefile.direct 2010-02-24 20:04:32.000000000 +1300 ++++ mercury-compiler-10.04/boehm_gc/Makefile.direct 2010-07-19 21:01:24.000000000 +1200 +@@ -407,6 +407,7 @@ + ./if_mach SPARC SOLARIS $(CC) -c -o mach_dep2.o $(srcdir)/sparc_mach_dep.S + ./if_mach SPARC OPENBSD $(AS) -o mach_dep2.o $(srcdir)/sparc_sunos4_mach_dep.s + ./if_mach SPARC NETBSD $(AS) -o mach_dep2.o $(srcdir)/sparc_netbsd_mach_dep.s ++ ./if_mach SPARC LINUX $(CC) -o mach_dep2.o $(SPECIALCFLAGS) $(srcdir)/sparc_generic_mach_dep.c + ./if_mach SPARC "" $(CC) -c -o mach_dep1.o $(SPECIALCFLAGS) $(srcdir)/mach_dep.c + ./if_mach SPARC "" ld -r -o mach_dep.o mach_dep1.o mach_dep2.o + ./if_mach IA64 "" as $(AS_ABI_FLAG) -o ia64_save_regs_in_stack.o $(srcdir)/ia64_save_regs_in_stack.s +Only in mercury-compiler-10.04/boehm_gc: sparc_generic_mach_dep.c +Only in mercury-compiler-10.04/compiler: make.program_target.c.orig +Only in mercury-compiler-10.04/scripts: Mmake.vars.in.orig |