forked from notaz/mesa
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ppccross
24 lines (21 loc) · 1.39 KB
/
ppccross
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[binaries]
c = '/opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc'
cpp = '/opt/devkitpro/devkitPPC/bin/powerpc-eabi-g++'
ar = '/opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc-ar'
strip = '/opt/devkitpro/devkitPPC/bin/powerpc-eabi-strip'
pkgconfig = '/opt/devkitpro/portlibs/wiiu/bin/powerpc-eabi-pkg-config'
[built-in options]
c_args = ['-DESPRESSO','-D__WIIU__','-D__WUT__','-I/opt/devkitpro/portlibs/wiiu/include','-I/opt/devkitpro/portlibs/ppc/include','-I/opt/devkitpro/wut/include','-mcpu=750','-meabi','-mhard-float','-O2','-ffunction-sections','-fdata-sections', '-fno-pic', '-fno-pie', '-Wl,-z,relro,-z,now']
c_link_args = ['-L/opt/devkitpro/portlibs/wiiu/lib','-L/opt/devkitpro/portlibs/ppc/lib','-L/opt/devkitpro/wut/lib','-specs=/opt/devkitpro/wut/share/wut.specs','-lwut','-lm']
cpp_args = ['-DESPRESSO','-D__WIIU__','-D__WUT__','-I/opt/devkitpro/portlibs/wiiu/include','-I/opt/devkitpro/portlibs/ppc/include','-I/opt/devkitpro/wut/include','-mcpu=750','-meabi','-mhard-float','-O2','-ffunction-sections','-fdata-sections', '-fno-pic', '-fno-pie', '-Wl,-z,relro,-z,now']
cpp_link_args = ['-L/opt/devkitpro/portlibs/wiiu/lib','-L/opt/devkitpro/portlibs/ppc/lib','-L/opt/devkitpro/wut/lib','-specs=/opt/devkitpro/wut/share/wut.specs','-lwut','-lm']
[host_machine]
system = 'cafeos'
cpu_family = 'ppc'
cpu = 'ppc750'
endian = 'big'
[target_machine]
system = 'cafeos'
cpu_family = 'ppc'
cpu = 'ppc750'
endian = 'big'