Re: RPI4 clock speeds and serial port
tech-lists <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Mar 20, 2021 at 04:55:47PM -0700, Mark Millard wrote:
>To me the wording is unclear on an important
>point:
>
>Was this a rebuild after installing and booting
>the kernel and world that had been built with
>those flags? Or was this running the as yet
>not updated system and just doing the initial
>build with the -mcpu assignments?
1. cd /usr/src && git pull --ff-only
2. added those .clang statements to /etc/src.conf
3. it had already built world & kernel with the other WITHOUT_xyz
statements in days previously
this was the first time i'd tried those -mcpu assignments.
I'll try building again, this time noting exactly what's done.
>CCACHE status?
enabled. I almost always use ccache as the buildtime impact is
substantial with any c/c++ program. poudriere uses it if it's available
for this reason.
>Was this caching effectively cleaned-out/empty
>for the timing?
I don't know. All I know is that it looks after itself. I'll
disable/clear out ccache [1] if changing major freebsd
versions [2], or tracking down a problem with a program building.
I'm surprised you don't usually use it
[1] rm -rf /var/cache/ccache/*
[2] also rm -rf /usr/obj and re-make it again
--
J.
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAmBXTy4ACgkQs8o7QhFz NAVJKg/9GY2xfuMnNAZuW5yL1TEtNgqIpnUTGRyifiw3gQ7V4sS9i8nQxWbuPyDV 2/HiMDbuXHqX5hL1eN0JcgHk+8DI9T96CaxVszlCJe6Ee3jqsG9iTo/tse2dWWDX VytyLAxO2WplkUHANyuvclKqsBXrtw5Glu0h9t8KZ1qLyLDQxsvkMbA6vYHwo/Sz sfdAyIPA09qnO0UPrWi6u5Yi59EsfjzVJl9a7ZqGTrcQTtsSZlKELOWJJKTRyTVv VhNEkYO195UFtNsFkGEHANN/PaKW+qUkxvYp47W00DPStJGFm77TzFMPOCFowObr hDv/C0/nbcRYeHclchVc6VmpvSuYyK7RRm14OSP1CaHcr/9NYM7+v1LYHja7Y0xI SMLPfkcAP/ciUEfbZ7dfuLRP3YcstDl+PJZ1/GtF31f7zuTkUMHOsdSG3WsoV6hG wvj3Z/1j1ijFIrPPbaigxKCxpFG6rxOHltUh/PdBzhZqd5fEjx6j4WViyvG4KBr9 LakS8ZeddHuIBJoAVei4/3/sANGVX9iy5u6I0Og83OBztCHGvgwFVYemYL+pH2jR noETyHVcDeXS7ttxpoHShH0KSeSd5BrsoLM4WtL/d27BbhSjiM9i3dgiFFJVCRZh e8CFw51ruUy5+emefAPSIwwLooZ0uZx5UIRZ3M0G0uesv3naPZs= =W77K -----END PGP SIGNATURE-----