Subversion Repositories DevTools

Rev

Rev 7040 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7040 Rev 7045
Line 19... Line 19...
19
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
19
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
20
    $HOST_FAM       = "LINUX_X86_64"    if ( $HOST_FAM eq "" );
20
    $HOST_FAM       = "LINUX_X86_64"    if ( $HOST_FAM eq "" );
21
 
21
 
22
#   Toolset and generic platforms
22
#   Toolset and generic platforms
23
#
23
#
24
    Toolset( '*', 'gcc.pl', '--Target=rhel7', '--CrossAlias=x86_64-redhat-linux-4.8.5', '--UseGcov', '--UseProfile', '--LcovExplicitBranch', '--UseCppcheck' );
24
    Toolset( '*', 'gcc.pl', '--Target=rhel7', '--CrossAlias=x86_64-redhat-linux-4.8.5', '--UseGcov', '--LcovExplicitBranch', '--UseCppcheck' );
25
    PlatformRequire( "unix" );
25
    PlatformRequire( "unix" );
26
 
26
 
27
#
27
#
28
#   Indicate that debian packages should be created as directly deployable
28
#   Indicate that debian packages should be created as directly deployable
29
#   They will be placed in the root directory of the target package and will have a P/D mangled 
29
#   They will be placed in the root directory of the target package and will have a P/D mangled