[Bug 195998] New: arm release builds rely on having a host gcc
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 15 15:30:56 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195998
Bug ID: 195998
Summary: arm release builds rely on having a host gcc
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: arm
Assignee: freebsd-arm at FreeBSD.org
Reporter: emaste at freebsd.org
The ARM release builds require u-boot, and u-boot's build infrastructure (for
at least certain versions) is hardcoded to use a host gcc. This is currently
handled by explicitly building and installing in gnu/usr.bin/cc but this will
not be possible once gcc 4.2.1 is removed from the source tree.
I suspect u-boot is just building some basic host tools and it may be possible
to just make a symlink cc -> gcc in the chroot for the builds.
See also https://reviews.freebsd.org/D1317
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-arm
mailing list