|
1 | 1 | #! /bin/sh |
2 | 2 |
|
3 | | -LOCAL=/opt/R/x86_64 |
4 | | - |
5 | 3 | ### This file is part of R. |
6 | 4 | ### |
7 | 5 | ### R is free software; you can redistribute it and/or modify it under |
@@ -47,7 +45,7 @@ LOCAL=/opt/R/x86_64 |
47 | 45 | ## It is also necessary to set the architecture here, e.g. 'gcc -m32'. |
48 | 46 | ## If this is a wrapper it should pass on --version to the real compiler. |
49 | 47 | ## This will be replaced by CC23 (see below) if a C23 compiler is found. |
50 | | -CC=clang |
| 48 | +## CC= |
51 | 49 |
|
52 | 50 | ## Debugging and optimization options for the C compiler. |
53 | 51 | ## Use this to specify CFLAGS for the version of the C compiler |
@@ -113,12 +111,12 @@ CC=clang |
113 | 111 | ## options (such as defines) for the C preprocessor and compiler. |
114 | 112 | ## If unset defaults to '-I/usr/local/include', with '-I/sw/include' |
115 | 113 | ## prepended on systems using Fink with root '/sw'. |
116 | | -CPPFLAGS='-isystem $LOCAL/include' |
| 114 | +## CPPFLAGS= |
117 | 115 |
|
118 | 116 | ## The command which runs the Fortran compiler. |
119 | 117 | ## Used for both fixed-form and free-form Fortran |
120 | 118 | ## If this is a wrapper it should pass on --version to the real compiler. |
121 | | -FC="/opt/gfortran/bin/gfortran -mtune=native" |
| 119 | +## FC= |
122 | 120 |
|
123 | 121 | ## Options for the Fortran compiler. |
124 | 122 | ## Use this to specify comilation flags for fixed-form Fortran. |
@@ -225,7 +223,7 @@ FC="/opt/gfortran/bin/gfortran -mtune=native" |
225 | 223 | ## and then looks under the names 'c++', 'g++', 'CC' and more OS-specific |
226 | 224 | ## names (from autoconf). |
227 | 225 | ## If this is a wrapper it should pass on --version to the real compiler. |
228 | | -CXX=clang++ |
| 226 | +## CXX= |
229 | 227 |
|
230 | 228 | ## Options for the C++ compiler. |
231 | 229 | ## CXXFLAGS= |
@@ -257,7 +255,7 @@ CXX=clang++ |
257 | 255 |
|
258 | 256 | ## Objective-C(++), mainly for macOS |
259 | 257 | ## On macOS, Apple clang with additional gcc flag -fobjc-exceptions |
260 | | -OBJC=$CC |
| 258 | +## OBJC= |
261 | 259 | ## OBJCFLAGS= |
262 | 260 | ## OBJC_LIBS- |
263 | 261 | ## Objective-C compiler, usually the same as $CXX $CXXSTD |
|
0 commit comments