Subversion Repositories DevTools

Rev

Rev 6798 | Rev 7040 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6798 Rev 6898
Line 1076... Line 1076...
1076
    $io->LibList( $name, $pLibs, \&ToolsetLibRecipe );
1076
    $io->LibList( $name, $pLibs, \&ToolsetLibRecipe );
1077
    $io->Cmd( "-Wl,--end-group" ) if ($multi_scan);
1077
    $io->Cmd( "-Wl,--end-group" ) if ($multi_scan);
1078
 
1078
 
1079
    #   Add Compilers sysroot library path
1079
    #   Add Compilers sysroot library path
1080
    #   Only required for a 'native' compiler that is not fully installed on the host
1080
    #   Only required for a 'native' compiler that is not fully installed on the host
1081
    #   ie: The run-time can't locate the required glic components
1081
    #   ie: The run-time can't locate the required glibc components
1082
    if ($GCCRPath)
1082
    if ($GCCRPath)
1083
    {
1083
    {
1084
        $io->Cmd( "-Wl,-rpath=$GCCRPath" );
1084
        $io->Cmd( "-Wl,-rpath=$GCCRPath" );
1085
        $io->Cmd( "-Wl,--dynamic-linker=$GCCRPath/ld-linux.so.2" ) if ($GCCRPath);
1085
        $io->Cmd( "-Wl,--dynamic-linker=$GCCRPath/ld-linux.so.2" ) if ($GCCRPath);
1086
    }
1086
    }