The R Project SVN R

Rev

Rev 89237 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89237 Rev 89240
Line 247... Line 247...
247
## containing object files from a C++ compiler.  This is usually
247
## containing object files from a C++ compiler.  This is usually
248
## automatically detected by configure, and anything set here will be in
248
## automatically detected by configure, and anything set here will be in
249
## addition unless SHLIB_CXXLD is given.
249
## addition unless SHLIB_CXXLD is given.
250
## SHLIB_CXXLDFLAGS=
250
## SHLIB_CXXLDFLAGS=
251
 
251
 
-
 
252
## It might be neccessry to use a different compiler (maybe somthing
-
 
253
## like g++-15) for more recent C++ standards.  Default to the values
-
 
254
## chosen for C++17.
-
 
255
## CXX20=
-
 
256
## CXX20STD=
-
 
257
## CXX20FLAGS=
-
 
258
## CXX20PICFLAGS=
-
 
259
## SHLIB_CXX20LD=
-
 
260
## SHLIB_CXX20LDFLAGS=
-
 
261
## 
-
 
262
## CXX23=
-
 
263
## CXX23STD=
-
 
264
## CXX23FLAGS=
-
 
265
## CXX23PICFLAGS=
-
 
266
## SHLIB_CXX23LD=
-
 
267
## SHLIB_CXX23LDFLAGS=
-
 
268
## 
-
 
269
## CXX26=
-
 
270
## CXX26STD=
-
 
271
## CXX26FLAGS=
-
 
272
## CXX26PICFLAGS=
-
 
273
## SHLIB_CXX26LD=
-
 
274
## SHLIB_CXX26LDFLAGS=
-
 
275
 
252
## Not used by R but configure can fail to find it, so set to
276
## Not used by R but configure can fail to find it, so set to
253
## "$CXX -E" if it does.
277
## "$CXX -E" if it does.
254
## CXXCPP=
278
## CXXCPP=
255
 
279
 
256
## Objective-C(++), mainly for macOS
280
## Objective-C(++), mainly for macOS