Bugzilla – Attachment 481 Details for
Bug 749
Solaris SPARC builds require extra steps
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
link to patch
MachineDescriptionRuntime.htm (text/html), 1.00 KB, created by
britta.eckhardt
on 2013-06-10 17:56:05 CEST
(
hide
)
Description:
link to patch
Filename:
MIME Type:
Creator:
britta.eckhardt
Created:
2013-06-10 17:56:05 CEST
Size:
1.00 KB
patch
obsolete
># 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) {
# 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) {
View Attachment As Raw
Actions:
View
Attachments on
bug 749
:
480
| 481