aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-06 12:08:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-06 12:08:54 +0000
commit78bf275c56ec4cf1f85f69a3cf2cb334cca0ef4b (patch)
treea408edf89659bb46ffe5a7a7e861fd854ce715da /Makefile.in
parentbb2ee549ef69166fb68d0f02c7a34fa30065a107 (diff)
downloadruby-78bf275c56ec4cf1f85f69a3cf2cb334cca0ef4b.tar.gz
Expand MJIT_CC in configure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 52e04ab23b..724773cd6c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -598,11 +598,6 @@ mjit_config.h:
esac; \
done; \
}; \
- mjit_cc="$(MJIT_CC)"; \
- if [ "$(CROSS_COMPILING)" = no ]; then \
- mjit_cc="`command -v $$mjit_cc`"; \
- case $(arch) in *-mingw*) mjit_cc="`cygpath -m $$mjit_cc`";; esac; \
- fi; \
test "$(Q)" = @ || set -x; \
archs="$(UNIVERSAL_ARCHNAMES)"; \
arch_flag=""; \
@@ -615,7 +610,7 @@ mjit_config.h:
quote MJIT_BUILD_DIR "`$(CHDIR) . && pwd`"; \
quote MJIT_MIN_HEADER_NAME "/$(MJIT_HEADER_INSTALL_DIR)/$(MJIT_MIN_HEADER_NAME)"; \
sep=,; \
- quote "MJIT_CC_COMMON " "$${mjit_cc}"; \
+ quote "MJIT_CC_COMMON " $(MJIT_CC); \
quote "MJIT_CFLAGS $${need_mjit_archflag:+ MJIT_ARCHFLAG}" $(MJIT_CFLAGS); \
quote "MJIT_OPTFLAGS " $(MJIT_OPTFLAGS); \
quote "MJIT_DEBUGFLAGS " $(MJIT_DEBUGFLAGS); \