/usr/share/codeblocks/compilers/compiler_ppc-gcc.xml is in codeblocks-common 13.12-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?xml version="1.0"?>
<!DOCTYPE CodeBlocks_compiler>
<CodeBlocks_compiler name="GNU GCC Compiler for PowerPC"
id="ppc-gcc"
weight="68">
<Path type="master">
<Search envVar="PATH"
for="C"/>
<if platform="windows">
<Search registry="HKEY_LOCAL_MACHINE\Software\HighTec EDV-Systeme\PowerPC"
value="InstallPath"/>
<Fallback path="C:\HighTec\PowerPC"/>
</if>
<else>
<Fallback path="/usr/local/ppc"/>
</else>
</Path>
</CodeBlocks_compiler>
|