mirror of https://github.com/l4ka/pistachio.git
- X64 renaming fix
This commit is contained in:
parent
4571da5db9
commit
0995fc294d
|
@ -10,7 +10,7 @@ src/glue/v4-x86/x64/x32comp/kernelinterface.o: include/version.h
|
|||
|
||||
# Copied from src/arch/amd64/Makeconf
|
||||
|
||||
CCFLAGS_src/glue/v4-x86/x64/x32comp/user = -DAMD64_32BIT_CODE\
|
||||
CCFLAGS_src/glue/v4-x86/x64/x32comp/user = -DX64_32BIT_CODE\
|
||||
$(subst -m64,-m32,\
|
||||
$(subst -mcmodel=kernel,,\
|
||||
$(CCFLAGS)))
|
||||
|
|
Loading…
Reference in New Issue