Skip to content

Commit 1c7e6c4

Browse files
committed
rename to cc
1 parent 50e61e0 commit 1c7e6c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Find R compilers
44
CC=`${R_HOME}/bin/R CMD config CC`
55
CFLAGS=`${R_HOME}/bin/R CMD config CFLAGS`
6-
# compiler and flags to 'compilation' file
7-
echo "CC=${CC}" > inst/compilation
8-
echo "CFLAGS=${CFLAGS}" >> inst/compilation
6+
# compiler and flags to 'cc' file
7+
echo "CC=${CC}" > inst/cc
8+
echo "CFLAGS=${CFLAGS}" >> inst/cc
99

1010
# compiler info to output #3291
1111
if [ "$CC"=~"gcc" ]; then

0 commit comments

Comments
 (0)