Skip to content

Commit 8cacad3

Browse files
author
Pavel Marek
committed
[GR-34013] Use only FASTR_FC env var.
PullRequest: fastr/2662
2 parents 3a717a6 + afb97bb commit 8cacad3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

com.oracle.truffle.r.native/gnur/Makefile.gnur

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,10 @@ ifndef FASTR_RELEASE
9999
RECPKGS := "--without-recommended-packages"
100100
endif
101101

102-
ifdef GNUR_FC
103-
CONFIGURE_FC := "FC=$(GNUR_FC)"
102+
ifdef FASTR_FC
103+
CONFIGURE_FC := "FC=$(FASTR_FC)"
104104
else
105-
# Hack: define it to something that is not going to hurt
106-
CONFIGURE_FC := "--with-x=no"
105+
CONFIGURE_FC := ""
107106
endif
108107

109108
GNUR_HOME_BINARY_UNPACKED_PARENT := $(dir $(GNUR_HOME_BINARY_UNPACKED))

0 commit comments

Comments
 (0)