Merge branch 'sigar-1.6'
This commit is contained in:
		
						commit
						b43ead331d
					
				@ -275,6 +275,7 @@ USA.
 | 
				
			|||||||
      <!-- HPUX -->
 | 
					      <!-- HPUX -->
 | 
				
			||||||
      <compiler name="hp"  if="hpux">
 | 
					      <compiler name="hp"  if="hpux">
 | 
				
			||||||
        <compilerarg value="+Z"/>
 | 
					        <compilerarg value="+Z"/>
 | 
				
			||||||
 | 
					        <compilerarg value="+DD64" if="jni.arch64"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <defineset>
 | 
					        <defineset>
 | 
				
			||||||
          <define name="${jni.define.name}_HPUX"/>
 | 
					          <define name="${jni.define.name}_HPUX"/>
 | 
				
			||||||
 | 
				
			|||||||
@ -67,6 +67,9 @@ public class ArchName {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
            else {
 | 
					            else {
 | 
				
			||||||
                arch = "pa";
 | 
					                arch = "pa";
 | 
				
			||||||
 | 
					                if (is64()) {
 | 
				
			||||||
 | 
					                    arch += "64";
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            if (version.indexOf("11") > -1) {
 | 
					            if (version.indexOf("11") > -1) {
 | 
				
			||||||
                return arch + "-hpux-11";
 | 
					                return arch + "-hpux-11";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user