From 1ce95652f2c76748fab3345bdd50279424d823f3 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 5 Jun 2007 18:12:51 +0000 Subject: [PATCH] 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) --- src/libafs/MakefileProto.SOLARIS.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index 53ef0782a..f22a21e38 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -33,7 +33,7 @@ DEFINES= -DAFSDEBUG -DKERNEL -DAFS -DVICE -DNFS -DUFS -DINET -DQUOTA -DGETMOUNT KDEFS= -D_KERNEL -DSYSV -dn ${ARCH_DEFS} -KDEFS_32 = +KDEFS_32 = -xarch=v8 KDEFS_64 = -xarch=v9 -- 2.39.5