STABLE14-solaris-sparc-default-to-v8-insns-for-kmod-20070605

FIXES 23935

don't use the default instruction set since the compiler has changed over time


(cherry picked from commit a62104968094bec86a7d3692158bbc84db035cdd)
This commit is contained in:
Derrick Brashear 2007-06-05 18:12:51 +00:00
parent f941a3200e
commit 1ce95652f2

View File

@ -33,7 +33,7 @@ DEFINES= -DAFSDEBUG -DKERNEL -DAFS -DVICE -DNFS -DUFS -DINET -DQUOTA -DGETMOUNT
KDEFS= -D_KERNEL -DSYSV -dn ${ARCH_DEFS} KDEFS= -D_KERNEL -DSYSV -dn ${ARCH_DEFS}
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sun4x_511> <sun4x_57 sun4x_58 sun4x_59 sun4x_510 sun4x_511>
KDEFS_32 = KDEFS_32 = -xarch=v8
KDEFS_64 = -xarch=v9 KDEFS_64 = -xarch=v9
<sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511> <sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511>