author | Jon Chatten |
Tue, 23 Mar 2010 17:11:09 +0000 | |
branch | fix |
changeset 400 | 554cc189839f |
parent 22 | 072f869b0bc5 |
child 457 | 9bebdb95e0de |
permissions | -rw-r--r-- |
3 | 1 |
<?xml version="1.0" encoding="ISO-8859-1"?> |
2 |
<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd"> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
3 |
<!-- build variant for RVCT ARM toolchains --> |
3 | 4 |
<var name="rvct"> |
5 |
<set name="TOOLCHAIN" value="RVCT"/> |
|
6 |
<set name="PLATMACROS.TOOLCHAIN" value="ARMCC"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
7 |
|
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
8 |
<!-- toolchain tools --> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
9 |
<set name="ARMAR" value="$(RVCTBIN)/armar$(DOTEXE)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
10 |
<set name="ARMASM" value="$(RVCTBIN)/armasm$(DOTEXE)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
11 |
<set name="ARMCC" value="$(RVCTBIN)/armcc$(DOTEXE)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
12 |
<set name="ARMLD" value="$(RVCTBIN)/armlink$(DOTEXE)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
13 |
<set name="FROMELF" value="$(RVCTBIN)/fromelf$(DOTEXE)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
14 |
|
3 | 15 |
<set name="CC" value="$(ARMCC)"/> |
16 |
<set name="LD" value="$(ARMLD)"/> |
|
17 |
<set name="ASM" value="$(ARMASM)"/> |
|
18 |
<set name="AR" value="$(ARMAR)"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
19 |
|
3 | 20 |
<set name="AAPCS_OPTION" value="--apcs /inter"/> |
21 |
<set name="ARCHIVER_CREATE_OPTION" value="--create"/> |
|
22 |
<set name="ARM_INSTRUCTION_SET" value="--arm"/> |
|
23 |
<set name="ASM_OUTPUT_OPTION" value="-o"/> |
|
24 |
<set name="ASSEMBLER_LISTING_OPTION" value="-S"/> |
|
25 |
<set name="BPABI_OPTION" value="--bpabi"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
26 |
<set name="CC.DWARF2" value="--dwarf2"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
27 |
<set name="CC.DWARF3" value="--dwarf3"/> |
3 | 28 |
<set name="CC_ERRORS_CONTROL_OPTION" value="--diag_error 1267"/> |
29 |
<set name="CC_WARNINGS_CONTROL_OPTION" value="--diag_suppress 161,611,654,997,1152,1300,1464,1488,2523,6318,6331"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
30 |
<set name="CFLAGS" value=""/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
31 |
<set name="CIADEFS" value="__CIA__"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
32 |
<set name="CODE_SEGMENT_START" value=""/> |
3 | 33 |
<set name="COMMANDFILE_OPTION" value="--via "/> |
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
34 |
<set name="COMPILER_CIA_FLAGS" value=""/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
35 |
<set name="COMPILER_DEFINES" value=""/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
36 |
<set name="COMPILER_FPU_OPTION" value="--fpu "/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
37 |
<set name="COMPILER_INTERWORK_DEFINES" value="__MARM_INTERWORK__"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
38 |
<set name="COMPILER_SYSTEM_INCLUDE_OPTION" value="-J"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
39 |
<set name="COMPILER_THUMB_DEFINES" value="__MARM_THUMB__"/> |
3 | 40 |
<set name="COMPILE_ONLY_OPTION" value="-c"/> |
41 |
<set name="CPP_LANG_OPTION" value="--cpp"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
42 |
<set name="C_LANG_OPTION" value=""/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
43 |
<set name="DATA_SEGMENT_START" value="$(SPLIT_OPTION) $(RW_BASE_OPTION)"/> |
3 | 44 |
<set name="DEBUG_OPTIMISATION" value="-O0"/> |
45 |
<set name="DEPEND_OPTION" value="--depend_format=unix --depend"/> |
|
46 |
<set name="ENUM_OPTION" value="--enum_is_int"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
47 |
<set name="EXCEPTIONS" value="--exceptions --exceptions_unwind"/> |
3 | 48 |
<set name="EXPORT_VTBL_OPTION" value="--export_all_vtbl"/> |
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
49 |
<set name="EXTRA_CC_OPTION" value=""/> |
3 | 50 |
<set name="EXTRA_LD_OPTION" value="--datacompressor=off"/> |
51 |
<set name="FPMODE_OPTION" value="--fpmode ieee_no_fenv"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
52 |
<set name="HEADER_FILES_CONTROL_OPTION" value=""/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
53 |
<set name="INSTRUCTION_SET" value=""/> |
3 | 54 |
<set name="LD.ARMV5" value=""/> |
55 |
<set name="LD.ARMV6" value=""/> |
|
56 |
<set name="LD.ARMV7" value=""/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
57 |
<set name="LD_ERRORS_CONTROL_OPTION" value=""/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
58 |
<set name="LD_WARNINGS_CONTROL_OPTION" value="--diag_suppress 6331"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
59 |
<set name="LD_WARNINGS_SUPPRESSION_ARMLIBS" value="--diag_suppress 6780"/> |
3 | 60 |
<set name="LIBPATH" value=""/> |
61 |
<set name="LIBRARY" value=""/> |
|
62 |
<set name="LICENSERETRY_OPTION" value=""/> |
|
63 |
<set name="LINKER_ADD_STATIC_RUNTIME" value=""/> |
|
64 |
<set name="LINKER_DEBUG_OPTION" value="--debug"/> |
|
65 |
<set name="LINKER_DEFAULT_LIBS" value=""/> |
|
66 |
<set name="LINKER_DEFAULT_LIB_PATHS" value=""/> |
|
67 |
<set name="LINKER_ENTRY_OPTION" value="--entry"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
68 |
<set name="LINKER_GROUP_END_OPTION" value=""/> |
3 | 69 |
<set name="LINKER_GROUP_START_OPTION" value=""/> |
70 |
<set name="LINKER_MISC_FLAGS" value="$(LICENSERETRY_OPTION)"/> |
|
71 |
<set name="LINKER_NODEBUG_OPTION" value=""/> |
|
72 |
<set name="LINKER_SCRIPT_FILE_OPTION" value=""/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
73 |
<set name="LINKER_SYMBOLS_FILE_OPTION" value="--list"/> |
22 | 74 |
<set name="LINKER_SYMBOLS_OPTION" value="--symbols"/> |
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
75 |
<set name="LISTING_OPTION" value="-S"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
76 |
<set name="NO_EXCEPTIONS" value="--no_exceptions --no_exceptions_unwind"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
77 |
<set name="NO_UNALIGNED_ACCESS" value="$(CC.NO_UNALIGNED_ACCESS)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
78 |
<set name="PREINCLUDE" value="$(RVCT_PRE_INCLUDE)"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
79 |
<set name="PREINCLUDE_OPTION" value="--preinclude"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
80 |
<set name="PREPROCESSOR_OPTION" value="-E"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
81 |
<set name="REL_OPTIMISATION" value="-O2"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
82 |
<set name="RUNTIME_SYMBOL_VISIBILITY_OPTION" value="--dllimport_runtime"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
83 |
<set name="RW_BASE" value="$(RW_BASE_OPTION) 0x400000"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
84 |
<set name="RW_BASE_OPTION" value="--rw-base"/> |
3 | 85 |
<set name="SHARED_OBJECT_OPTION" value="--dll"/> |
86 |
<set name="SID" value=""/> |
|
87 |
<set name="SO_NAME_OPTION" value="--soname"/> |
|
88 |
<set name="STATIC_LIBS_PATH" value="$(RVCTLIB)/armlib"/> |
|
89 |
<set name="STDCPP_INCLUDE" value="$(EPOCINCLUDE)/stdapis"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
90 |
<set name="STDLIB_OPTION" value="--no_scanlib"/> |
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
91 |
<set name="SUPPORTS_ABIV1_IMPLIBS" value="1"/> |
3 | 92 |
<set name="SYMBIAN_LD_MESSAGE_OPTION" value="$(LD_WARNINGS_CONTROL_OPTION) $(LD_ERRORS_CONTROL_OPTION)"/> |
93 |
<set name="SYMVER_OPTION" value="--symver_soname"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
94 |
<set name="TARGET_RELOCATION_OPTION" value=""/> |
3 | 95 |
<set name="TEMP_FILES_OPTION" value=""/> |
96 |
<set name="THUMB_INSTRUCTION_SET" value="--thumb"/> |
|
97 |
<set name="TRANASM_FLAGS" value="-n -s"/> |
|
98 |
<set name="TRANASM_INPUT_OPTION" value=""/> |
|
99 |
<set name="TRANASM_OUTPUT_OPTION" value="-o="/> |
|
100 |
<set name="TRANSFORM_CIA" value="1"/> |
|
101 |
<set name="UNDEFINED_SYMBOL_REF_OPTION" value=""/> |
|
102 |
<set name="UNIX_SLASH_FOR_CC_ABS_PATHS" value="0"/> |
|
103 |
<set name="UNRESOLVED_SYMBOL_REF_OPTION" value=""/> |
|
104 |
<set name="USERINCLUDE" value=""/> |
|
105 |
<set name="USER_LIBS_PATH_OPTION" value="--userlibpath"/> |
|
106 |
<set name="VFE_OPTION" value="--no_vfe"/> |
|
400
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
107 |
|
554cc189839f
Support for resolving, on Windows only, <env/> 'tool' and 'toolchain' type paths with spaces.
Jon Chatten
parents:
22
diff
changeset
|
108 |
<append name="CDEFS" value="__ARMCC__"/> |
3 | 109 |
</var> |
110 |
</build> |