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

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

src/libafs/MakefileProto.SOLARIS.in

index a52fa440bf23c5a07a26a9403bbea019e2baab59..cebb5e568fff5270c59eb478674e9301eb8cd092 100644 (file)
@@ -37,7 +37,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>