We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa26a56 commit ce496eaCopy full SHA for ce496ea
src/tbb/build/SunOS.gcc.inc
@@ -64,9 +64,12 @@ ifeq (ia32,$(arch))
64
endif
65
66
# for some gcc versions on Solaris, -m64 may imply V9, but perhaps not everywhere (TODO: verify)
67
+# RcppParallel: CRAN uses 32-bit SPARC so we force that here
68
ifeq (sparc,$(arch))
- CPLUS_FLAGS += -mcpu=v9 -m64
69
- LIB_LINK_FLAGS += -mcpu=v9 -m64
+ CPLUS_FLAGS += -m32
70
+ LIB_LINK_FLAGS += -m32
71
+# CPLUS_FLAGS += -mcpu=v9 -m64
72
+# LIB_LINK_FLAGS += -mcpu=v9 -m64
73
74
75
#------------------------------------------------------------------------------
0 commit comments