On Sun, Aug 12, 2018 at 9:59 PM blubee blubeeme <[email protected]> wrote:
> > > On Sun, Aug 12, 2018 at 7:43 PM Dimitry Andric <[email protected]> wrote: > >> On 12 Aug 2018, at 13:21, blubee blubeeme <[email protected]> wrote: >> > >> > What's the elf_machine_id for FreeBSD amd64 systems? >> > >> > How can I find this info? >> >> There isn't any FreeBSD-specific machine ID, just a machine ID for >> x86-64 (aka amd64) in general: >> >> $ grep x86-64 /usr/include/sys/elf_common.h >> #define EM_X86_64 62 /* Advanced Micro Devices x86-64 */ >> #define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 >> (compat) */ >> >> -Dimitry >> >> Thank you for the clarification. > > I think in this case I was looking for 62. > > Best, > Owen > Actually I had another quick question along these lines. if x86_64 is already defined should I bother changing those to amd64 or just use x86_64 and make FreeBSD modifications where Linux specifics are defined? Best, Owen _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
