Skip to content

Commit

Permalink
[GR-34013] Use only FASTR_FC env var.
Browse files Browse the repository at this point in the history
PullRequest: fastr/2662
  • Loading branch information
Pavel Marek committed Sep 28, 2021
2 parents 3a717a6 + afb97bb commit 8cacad3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions com.oracle.truffle.r.native/gnur/Makefile.gnur
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,10 @@ ifndef FASTR_RELEASE
RECPKGS := "--without-recommended-packages"
endif

ifdef GNUR_FC
CONFIGURE_FC := "FC=$(GNUR_FC)"
ifdef FASTR_FC
CONFIGURE_FC := "FC=$(FASTR_FC)"
else
# Hack: define it to something that is not going to hurt
CONFIGURE_FC := "--with-x=no"
CONFIGURE_FC := ""
endif

GNUR_HOME_BINARY_UNPACKED_PARENT := $(dir $(GNUR_HOME_BINARY_UNPACKED))
Expand Down

0 comments on commit 8cacad3

Please sign in to comment.