Bug 291260 - Adjustment to wiki page UsingCPUTYPE
Summary: Adjustment to wiki page UsingCPUTYPE
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Wiki (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Wiki Admin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-28 08:20 UTC by Shane
Modified: 2025-11-28 08:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2025-11-28 08:20:24 UTC
wiki page https://wiki.freebsd.org/UsingCPUTYPE currently contains

`run "llvm-tblgen -version": you will get your answer in the last line "Host CPU: ..."`

This only works up to llvm-tblgen15, llvm-tblgen[16-19] do not display Host CPU or Default target.

Also of note, `dmesg | head -n 25` is only of use on machines with a short uptime, those with longer uptimes will need to use `cat /var/run/dmesg.boot | head -n 25`