Most likely pointless to pass -I $COMPATH/include when using gcc
Surely gcc finds its default header location anyway.
This commit is contained in:
@@ -1321,7 +1321,7 @@ if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
|
|||||||
$SOLARINC .= '/SC5 ';
|
$SOLARINC .= '/SC5 ';
|
||||||
}
|
}
|
||||||
# Platform dependent include path at the top of this list of include paths
|
# Platform dependent include path at the top of this list of include paths
|
||||||
if ($platform =~ m/solaris/)
|
if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
|
||||||
{
|
{
|
||||||
$SOLARINC .= $I.$COMPATH.$INCLUDE;
|
$SOLARINC .= $I.$COMPATH.$INCLUDE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user