SDL Supported Platforms: Difference between revisions

From MAMEDEV Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
{| class="wikitable sortable" style="text-align:center; border:1"
{| class="wikitable sortable" style="text-align:center;" border="1"
! TARGETOS !! uname -m -p -r -s !! make || gcc || Comments
|-
| solaris || SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris || CC=@gcc-4.3.2 LD=@g++-4.3.2  || 4.3.2 ||
|-
| solaris || SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris || PTR64=1 CC=@gcc-4.3.2 LD=@g++-4.3.2  || 4.3.2 ||
|-
| unix || Linux 2.6.28-17-generic x86_64 unknown || PTR64=1 || 4.2.4 ||
|-
| macosx || Darwin 9.2.0 i386 i386 || || 4.0.1 ||
|-
| macosx || Darwin 9.8.0 Power Macintosh ||  || ||
|-
| freebsd || FreeBSD 7.2-RELEASE i386 i386 || || 4.2.1  ||
|-
|}
 
 
{| class="wikitable sortable" style="text-align:center;" border="1"
! TARGETOS !! Arch !! class="unsortable" | Auto !! Tested !! Comments
! TARGETOS !! Arch !! class="unsortable" | Auto !! Tested !! Comments
|-
|-
Line 14: Line 32:
| unix || x86_64 || A ||  Y ||  
| unix || x86_64 || A ||  Y ||  
|-
|-
| macosx || i386 || D || Y ||
| macosx || i386 || D || Y ||  
|-
|-
| macosx || x86_64 || - || Y || PTR64=1
| macosx || x86_64 || - || N || PTR64=1  
|-
|-
| macosx || ppc || D || N ||
| macosx || ppc || D || N ||

Revision as of 21:54, 20 January 2010

TARGETOS uname -m -p -r -s make gcc Comments
solaris SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris CC=@gcc-4.3.2 LD=@g++-4.3.2 4.3.2
solaris SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris PTR64=1 CC=@gcc-4.3.2 LD=@g++-4.3.2 4.3.2
unix Linux 2.6.28-17-generic x86_64 unknown PTR64=1 4.2.4
macosx Darwin 9.2.0 i386 i386 4.0.1
macosx Darwin 9.8.0 Power Macintosh
freebsd FreeBSD 7.2-RELEASE i386 i386 4.2.1


TARGETOS Arch Auto Tested Comments
solaris i386 D Y CC=@gcc-4.3.2 LD=@g++-4.3.2
solaris x86_64 - Y PTR64=1 CC=@gcc-4.3.2 LD=@g++-4.3.2
win32 i386 A Y OSD=sdl
win32 x86_64 A Y OSD=sdl
unix i386 A Y
unix x86_64 A Y
macosx i386 D Y
macosx x86_64 - N PTR64=1
macosx ppc D N
macosx ppc64 - N PTR64=1
freebsd i386 A Y
freebsd amd64 A N