[Bug 228706] Templates/config.guess must add gnueabihf to armv6 and armv7 target

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 2 18:03:57 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228706

            Bug ID: 228706
           Summary: Templates/config.guess must add gnueabihf to armv6 and
                    armv7 target
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: mikael.urankar at gmail.com

Created attachment 193946
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193946&action=edit
patch

Templates/config.guess doesn't add the gnueabihf (or gnueabi for soft float)
suffix for armv6 and armv7 which will cause build problem with lang/ghc.

sh /usr/ports/Templates/config.guess
armv7-unknown-freebsd12.0

with my patch:
sh /usr/ports/Templates/config.guess
armv7-unknown-freebsd12.0-gnueabihf

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list