You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.4 KiB
75 lines
2.4 KiB
<?xml version="1.0" standalone="yes"?> |
|
|
|
<?xml-stylesheet type="text/xsl" href="AnomalyDictionary.xsl"?> |
|
|
|
<dsptk-compiler-xml schema-version="1"> |
|
|
|
<!-- *********************************************************************** --> |
|
<!-- ******* Copyright (c) 2008-2011 MediaTek, Inc. All rights reserved. --> |
|
<!-- *********************************************************************** --> |
|
|
|
<!-- ***************************************** --> |
|
<!-- ******* common information --> |
|
<!-- ***************************************** --> |
|
|
|
<version file-version="1.0"/> |
|
|
|
<feature-macros> |
|
<macro name="__MD32__" value="1"/> |
|
<macro name="__MS15E30__" value="1"/> |
|
</feature-macros> |
|
|
|
<!-- *********************************************************************** --> |
|
<!-- ******* assembler specific information --> |
|
<!-- *********************************************************************** --> |
|
<!-- ******* the flags-compiler is so the assembler knows how to invoke the --> |
|
<!-- ******* C compiler when C structs in assembly features are present in --> |
|
<!-- ******* an assembly program. --> |
|
<!-- *********************************************************************** --> |
|
|
|
<assembler default-include-path="Md32/include"/> |
|
|
|
<!-- ***************************************** --> |
|
<!-- ******* compiler specific information --> |
|
<!-- ***************************************** --> |
|
|
|
<compiler> |
|
|
|
<compiler-assertions> |
|
<assertion name="system" value="embedded"/> |
|
<assertion name="machine" value="md32"/> |
|
<assertion name="cpu" value="md32"/> |
|
<assertion name="compiler" value="ccmd32"/> |
|
</compiler-assertions> |
|
|
|
<compiler-includes> |
|
<path name="Md32/include"/> |
|
</compiler-includes> |
|
|
|
<compiler-reserved-registers/> |
|
|
|
<compiler-flags-compiler> |
|
<flags name="--TLI=-gnu_asm,-dwarf_gnu"/> |
|
</compiler-flags-compiler> |
|
|
|
<compiler-flags-asm/> |
|
|
|
<compiler-flags-linker/> |
|
|
|
<!-- ************************************************** --> |
|
<!-- ** do not include .exe suffix on tools paths as ** --> |
|
<!-- ** driver will append when building for Windows ** --> |
|
<!-- ************************************************** --> |
|
|
|
<compiler-location-tools |
|
driver-path="ccmd32" |
|
assembler-path="Md32/etc/gnu-asm" |
|
compiler-path="Md32/etc/compiler" |
|
prelinker-path="Md32/etc/prelinker" |
|
demangler-path="Md32/etc/demangler" |
|
ipasolver-path="Md32/etc/ipa" |
|
pgo-path="Md32/etc/pgo"/> |
|
|
|
</compiler> |
|
|
|
</dsptk-compiler-xml>
|
|
|