Eg: "x86_64-efi"
How do I know the default target of the platform in use on my PC?
Does it reside in some file or can I get it via a command?
I have not found relevant search results on the internet.
Asked
Active
Viewed 517 times
0

Mario Palumbo
- 277
- 2
- 8
- 36
--target=x86_64-efi
, write this:--target=$target
, where the$target
variable is taken somewhere, I don't know where, which is the reason for this question. This variable, I want to get it from the platform currently in use on my PC, even if the pendrive could instead be used on different platforms. – Mario Palumbo Feb 20 '22 at 15:10x86_64-efi
is just an example. – Mario Palumbo Feb 20 '22 at 15:31