We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eea40 commit 6f9f246Copy full SHA for 6f9f246
src/Makevars
@@ -47,14 +47,10 @@ ifeq ($(USE_TBB), Windows)
47
48
endif
49
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)
54
- R_32BIT = $(shell ${R_HOME}/bin/Rscript -e 'cat(.Machine$$sizeof.pointer == 4)')
55
- ifeq ($(R_32BIT), TRUE)
56
- MAKE_ARGS += arch=ia32
57
- endif
+ R_32BIT = $(shell ${R_HOME}/bin/Rscript -e 'cat(.Machine$$sizeof.pointer == 4)')
+ ifeq ($(R_32BIT), TRUE)
+ MAKE_ARGS += arch=ia32
58
59
60
0 commit comments