Page MenuHomeFreeBSD

Use CC as HOSTCC for building tools
ClosedPublic

Authored by jhibbits on Feb 8 2018, 4:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 22, 5:23 PM
Unknown Object (File)
Dec 9 2024, 6:31 PM
Unknown Object (File)
Dec 8 2024, 3:05 PM
Unknown Object (File)
Dec 8 2024, 10:10 AM
Unknown Object (File)
Dec 5 2024, 7:32 AM
Unknown Object (File)
Dec 4 2024, 11:24 PM
Unknown Object (File)
Nov 30 2024, 7:56 AM
Unknown Object (File)
Nov 27 2024, 3:23 PM
Subscribers

Details

Summary

U-boot uses HOSTCC to build the fixdeps utility, which should be the
same as CC. However, U-boot assumes HOSTCC is different from CC, as CC is
generally for the target, which is usually a different platform. In the case of
the u-boot-tools port, HOSTCC should be the same as CC, since it's not
generating anything to run on a separate target.

Test Plan

Compiled only

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable