]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-solaris-sparc-default-to-v8-insns-for-kmod-20070605
authorDerrick Brashear <shadow@dementia.org>
Tue, 5 Jun 2007 18:11:28 +0000 (18:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 5 Jun 2007 18:11:28 +0000 (18:11 +0000)
FIXES 23935

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

(cherry picked from commit a62104968094bec86a7d3692158bbc84db035cdd)

src/libafs/MakefileProto.SOLARIS.in

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