Jason Gloudon (via RT) wrote:
# New Ticket Created by Jason Gloudon # Please include the string: [perl #19418]
# in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19418 >
This patch gets garbage collection working on IA-64 linux.
Good.
+ if (-e "asm/$cpuarch.s") { + copy_if_diff("asm/$cpuarch.s", "asmfun.s");
What about putting this file into the config/gen/platform/ dir? leo