# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- E:\Test\java\Tests\gluegen-v2.0-rc9\src\java\jogamp\common\os\MachineDescriptionRuntime.java +++ O:\tmp\weichelt\MachineDescriptionRuntime.java @@ -80,7 +80,12 @@ return StaticConfig.X86_32_WINDOWS; } else if(PlatformPropsImpl.OS_TYPE == Platform.OSType.MACOS) { return StaticConfig.X86_32_MACOS; + } else if (PlatformPropsImpl.OS_TYPE == Platform.OSType.SUNOS) { + if (PlatformPropsImpl.CPU_ARCH == Platform.CPUType.SPARC_32) { + return StaticConfig.SPARC_32_SUNOS; } + // TODO SPARCv9 description is missing + } return StaticConfig.X86_32_UNIX; } else { if(PlatformPropsImpl.OS_TYPE == Platform.OSType.WINDOWS) {