Skip to content

Commit

Permalink
fix the setting of linkflags, likely part of bug #37818
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@10318 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Joshua Hoblitt committed Dec 3, 2005
1 parent f819d07 commit bf2e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/init/hints/solaris.pm
Expand Up @@ -79,7 +79,7 @@ my $solaris_ieee_cb = sub {
}
else {
my $linkflags = Parrot::Configure::Data->get('linkflags');
Parrot::Configure::Data->add(' ', 'linkflags', '-xlibmieee')
Parrot::Configure::Data->add(linkflags => '-xlibmieee')
unless $linkflags =~ /-xlibmieee/;
}
Parrot::Configure::Data->deltrigger("gccversion", "solaris_ieee");
Expand Down

0 comments on commit bf2e9ef

Please sign in to comment.