Skip to content

Commit 6633e53

Browse files
author
deepayan
committed
revert unintended changes to config.site
git-svn-id: https://svn.r-project.org/R/trunk@88945 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 2b12117 commit 6633e53

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

config.site

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#! /bin/sh
22

3-
LOCAL=/opt/R/x86_64
4-
53
### This file is part of R.
64
###
75
### R is free software; you can redistribute it and/or modify it under
@@ -47,7 +45,7 @@ LOCAL=/opt/R/x86_64
4745
## It is also necessary to set the architecture here, e.g. 'gcc -m32'.
4846
## If this is a wrapper it should pass on --version to the real compiler.
4947
## This will be replaced by CC23 (see below) if a C23 compiler is found.
50-
CC=clang
48+
## CC=
5149

5250
## Debugging and optimization options for the C compiler.
5351
## Use this to specify CFLAGS for the version of the C compiler
@@ -113,12 +111,12 @@ CC=clang
113111
## options (such as defines) for the C preprocessor and compiler.
114112
## If unset defaults to '-I/usr/local/include', with '-I/sw/include'
115113
## prepended on systems using Fink with root '/sw'.
116-
CPPFLAGS='-isystem $LOCAL/include'
114+
## CPPFLAGS=
117115

118116
## The command which runs the Fortran compiler.
119117
## Used for both fixed-form and free-form Fortran
120118
## If this is a wrapper it should pass on --version to the real compiler.
121-
FC="/opt/gfortran/bin/gfortran -mtune=native"
119+
## FC=
122120

123121
## Options for the Fortran compiler.
124122
## Use this to specify comilation flags for fixed-form Fortran.
@@ -225,7 +223,7 @@ FC="/opt/gfortran/bin/gfortran -mtune=native"
225223
## and then looks under the names 'c++', 'g++', 'CC' and more OS-specific
226224
## names (from autoconf).
227225
## If this is a wrapper it should pass on --version to the real compiler.
228-
CXX=clang++
226+
## CXX=
229227

230228
## Options for the C++ compiler.
231229
## CXXFLAGS=
@@ -257,7 +255,7 @@ CXX=clang++
257255

258256
## Objective-C(++), mainly for macOS
259257
## On macOS, Apple clang with additional gcc flag -fobjc-exceptions
260-
OBJC=$CC
258+
## OBJC=
261259
## OBJCFLAGS=
262260
## OBJC_LIBS-
263261
## Objective-C compiler, usually the same as $CXX $CXXSTD

0 commit comments

Comments
 (0)