kernel/eka/compsupp/bld.inf
author Tom Cosgrove <tom.cosgrove@nokia.com>
Fri, 28 May 2010 16:29:07 +0100
changeset 30 8aab599e3476
parent 6 0173bcd7697c
permissions -rw-r--r--
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h) Have multiple extension sections in the bld.inf, one for each version of the compiler. The RVCT version building the tools will build the runtime libraries for its version, but make sure we extract all the other versions from zip archives. Also add the archive for RVCT4.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     2
// All rights reserved.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     3
// This component and the accompanying materials are made available
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     4
// under the terms of the License "ARM EABI LICENCE.txt"
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     5
// which accompanies this distribution, and is available
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     6
// in kernel/eka/compsupp.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     7
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     8
// Initial Contributors:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    10
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    11
// Contributors:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    12
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    13
// Description:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    14
// Compiler runtime support.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    15
// 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    16
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    17
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    18
PRJ_PLATFORMS
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    19
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    20
ARMV4 ARMV5 ARMV5SMP ARMV7
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    21
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    22
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    23
PRJ_EXPORTS
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    24
2
4122176ea935 Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents: 0
diff changeset
    25
rvct.h                      SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/)
4122176ea935 Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents: 0
diff changeset
    26
gcce/gcce.h                 SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/)
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    27
2
4122176ea935 Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents: 0
diff changeset
    28
symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    29
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    30
compsupp.iby                /epoc32/rom/include/
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    31
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    32
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    33
PRJ_MMPFILES
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    34
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    35
#if !defined(GCCXML) && !defined(GCCE)
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    36
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    37
    symcpp/scppnwdl.mmp
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    38
    rvct/dfprvct-thunk.mmp
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    39
    rvct/usrt.mmp
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    40
    rvct/ksrt.mmp
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    41
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    42
    #ifndef SMP // Don't build dynamic libraries for SMP.
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    43
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    44
        rvct/drtaeabi.mmp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    45
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    46
        rvct/dfpaeabi.mmp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    47
        rvct/dfpaeabi_vfpv2.mmp
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    48
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    49
        #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    50
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    51
            rvct/drtrvct.mmp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    52
            rvct/drtrvct_vfpv2.mmp
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    53
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    54
            rvct/dfprvct.mmp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    55
            rvct/dfprvct_vfpv2.mmp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    56
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    57
        #endif
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    58
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    59
    #endif // #ifndef SMP
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    60
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    61
#endif // #if !defined(GCCXML) && !defined(GCCE)
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    62
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    63
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    64
PRJ_EXTENSIONS
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    65
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    66
#if !defined(GCCXML) && !defined(GCCE)
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    67
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    68
    // We need the runtime libraries for all versions of the compiler.
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    69
    // The version we're running with will build its own runtime library;
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    70
    // we need to extract the other versions from archives.
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    71
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    72
    #ifndef ARMCC_2_2
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    73
        start extension tools/compsupp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    74
        option FILE  $(EXTENSION_ROOT)/rt_2_2.zip
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    75
        option TODIR $(EPOCROOT)epoc32/release
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    76
        end
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    77
    #endif
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    78
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    79
    #ifndef ARMCC_3_1
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    80
        start extension tools/compsupp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    81
        option FILE  $(EXTENSION_ROOT)/rt_3_1.zip
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    82
        option TODIR $(EPOCROOT)epoc32/release
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    83
        end
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    84
    #endif
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    85
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    86
    #ifndef ARMCC_4_0
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    87
        start extension tools/compsupp
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    88
        option FILE  $(EXTENSION_ROOT)/rt_4_0.zip
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    89
        option TODIR $(EPOCROOT)epoc32/release
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    90
        end
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    91
    #endif
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    92
30
8aab599e3476 Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents: 6
diff changeset
    93
#endif // #if !defined(GCCXML) && !defined(GCCE)