1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

initialize should be outside

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2017-12-15 09:43:40 +00:00
parent 9fa7722bbc
commit 4b798a3989

View file

@ -408,8 +408,8 @@ AS_IF([test "$GCC" = yes], [
test -n "$gcc_minor" || gcc_minor=0
AS_CASE(["x$CC"], [xicc], [
icc_version=`echo =__ICC | $CC -E -xc - | sed '/^=/!d;s///'`
test -n "$icc_version" || icc_version=0
])
test -n "$icc_version" || icc_version=0
# RUBY_APPEND_OPTIONS(XCFLAGS, ["-include ruby/config.h" "-include ruby/missing.h"])
], [
linker_flag=