mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Rename LINUX to _HOSTLINUX etc. to reduce clashes (#655)
Co-authored-by: tkchia <tkchia-cosmo@gmx.com>
This commit is contained in:
parent
9209ea63a7
commit
7a06760e6f
15 changed files with 85 additions and 85 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue