Add section for building ia64 kernels.
This commit is contained in:
parent
b9b0a5ec19
commit
b0c15b2eae
@ -39,3 +39,11 @@ CFLAGS+= -mpreferred-stack-boundary=2
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
CFLAGS+= -mno-fp-regs -ffixed-8 -Wa,-mev56
|
||||
.endif
|
||||
|
||||
#
|
||||
# For IA-64, we use r13 for the kernel globals pointer and we only use
|
||||
# a very small subset of float registers for integer divides.
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
CFLAGS+= -ffixed-r13 -mfixed-range=f32-f127
|
||||
.endif
|
||||
|
@ -39,3 +39,11 @@ CFLAGS+= -mpreferred-stack-boundary=2
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
CFLAGS+= -mno-fp-regs -ffixed-8 -Wa,-mev56
|
||||
.endif
|
||||
|
||||
#
|
||||
# For IA-64, we use r13 for the kernel globals pointer and we only use
|
||||
# a very small subset of float registers for integer divides.
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
CFLAGS+= -ffixed-r13 -mfixed-range=f32-f127
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user