- X64 renaming fix

This commit is contained in:
Jan Stoess 2008-01-28 15:52:36 +01:00
parent 4571da5db9
commit 0995fc294d
1 changed files with 1 additions and 1 deletions

View File

@ -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)))