# New Ticket Created by "Aldo Calpini" # Please include the string: [perl #24205] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24205 >
hello,
currently Configure.pl insists on passing a
-mno-accumulate-outgoing-args option to GCC 3.x.
a trustworthy source (Nicholas :-) told me that this should only be
available on x86 and x86-64, and in fact my ia64 complains that the
option is invalid.
I've patched /config/auto/gcc.pl to check if $Config{archname} =~
/86/, and in case it doesn't, remove the offending option.
I'm not sure this is the correct approach, but it shouldn't affect
negatively other systems/versions, and for sure it works on my ia64.
cheers,
Aldo
__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;
-- attachment 1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/66031/49341/fcaf5c/gcc_pl.patch
gcc_pl.patch
Description: gcc_pl.patch
