C extensions don't link on Solaris 10/sparc
-------------------------------------------

                 Key: JRUBY-5605
                 URL: http://jira.codehaus.org/browse/JRUBY-5605
             Project: JRuby
          Issue Type: Bug
          Components: C Extensions
    Affects Versions: JRuby 1.6
         Environment: Solaris 10/sparc
            Reporter: Clayton O'Neill
            Assignee: Thomas E Enebo
         Attachments: cext-solaris-sun4.patch

When linking the C extensions, it uses the cpu name found via uname -m to 
determine what kind of machine we're building for.  However, under Solaris on 
sparc machines, this returns something that looks more like sun4u or sun4v.  
I've attached a patch that will check if the CPU variable (set from uname -m) 
contains sun4, and if so, it sets the CPU to 'sparc'.  



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to