Page MenuHomeFreeBSD

Include the tool name for toolchain variables when using CROSS_TOOLCHAIN.
ClosedPublic

Authored by jhb on Nov 28 2019, 4:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 4:16 PM
Unknown Object (File)
Fri, Apr 26, 11:54 AM
Unknown Object (File)
Apr 1 2024, 12:56 AM
Unknown Object (File)
Jan 14 2024, 4:10 PM
Unknown Object (File)
Dec 20 2023, 4:02 AM
Unknown Object (File)
Dec 19 2023, 7:21 AM
Unknown Object (File)
Nov 21 2023, 3:03 AM
Unknown Object (File)
Nov 19 2023, 6:18 PM
Subscribers

Details

Summary

Previously variables such as AS, LD, etc. were only set to the path
but not the tool itself due to a typo.

Test Plan
  • cross-building base/gcc after updating it to work with freebsd-gcc6 fails since base/gcc now uses these variables to set the corresponding <foo>_FOR_TARGET variables

Diff Detail

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