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

            Bug ID: 251570
           Summary: Release script passes CPUTYPE variable to both host
                    and target build from MAKE_CONF file
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: b...@freebsd.org
          Reporter: daniel.engberg.li...@pyret.net
                CC: g...@freebsd.org

While this works when host supports the specified cputype however this breaks
when cross compiling as for instance cortex cores aren't valid options on
amd64.

I guess the simple (and correct?) solution would to be to only pass cputype to
target build.

--------------------------------------------------------------
>>> stage 4.2: building libraries
--------------------------------------------------------------
===> lib/libcompiler_rt (obj,all,install)
===> lib/libssp_nonshared (obj,all,install)
===> lib/libgcc_eh (obj,all,install)
===> lib/libgcc_s (obj,all,install)
error: unknown target CPU 'cortex-a53'

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to