The R Project SVN R

Rev

Rev 71085 | Rev 78893 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71085 Rev 76828
Line 118... Line 118...
118
# for texinfo >= 5.1. If the texinfo files are installed at /packages/texinfo,
118
# for texinfo >= 5.1. If the texinfo files are installed at /packages/texinfo,
119
# TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any
119
# TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any
120
# if you do not have texinfo (default),
120
# if you do not have texinfo (default),
121
# TEXI2ANY = missing
121
# TEXI2ANY = missing
122
 
122
 
123
# additional optimization flags (use -mtune=native for a private build)
123
# additional optimization flags (e.g. -mtune=native for a private build)
124
# EOPTS = -mtune=core2
124
# EOPTS =
125
 
125
 
126
# define to -fopenmp if the toolchain has OpenMP support
126
# define to -fopenmp if the toolchain has OpenMP support
127
# OPENMP = -fopenmp
127
# OPENMP = -fopenmp
128
 
128
 
129
# define to -pthread if the toolchain has pthreads support
129
# define to -pthread if the toolchain has pthreads support