Rename LINUX to _HOSTLINUX etc. to reduce clashes (#655)

Co-authored-by: tkchia <tkchia-cosmo@gmx.com>
This commit is contained in:
tkchia 2022-10-11 11:31:25 +08:00 committed by GitHub
parent 9209ea63a7
commit 7a06760e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 85 additions and 85 deletions

View file

@ -38,7 +38,7 @@ _start:
jne 0f
cmp $+1,%edx
jne 0f
mov $XNU,%cl
mov $_HOSTXNU,%cl
xor %edi,%edi
0:
#endif
@ -48,7 +48,7 @@ _start:
test %rdi,%rdi
cmovnz %rdi,%rsp
jz 0f
movb $FREEBSD,%cl
movb $_HOSTFREEBSD,%cl
0:
#endif