We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8200383 commit 11fc9e0Copy full SHA for 11fc9e0
src/Makevars
@@ -50,7 +50,7 @@ endif
50
# For Solaris detect if this is 32-bit R on x86 and if so forward that to TBB
51
ifeq ($(USE_TBB), SunOS)
52
SUNOS_ARCH = $(shell uname -p)
53
- ifneq ($(SUNOS_ARCH), sparc)
+ ifeq ($(SUNOS_ARCH), i386)
54
R_32BIT = $(shell ${R_HOME}/bin/Rscript -e 'cat(.Machine$$sizeof.pointer == 4)')
55
ifeq ($(R_32BIT), TRUE)
56
MAKE_ARGS += arch=ia32
0 commit comments