зеркало из https://github.com/github/ruby.git
configure: try `-fdeclspec` option by linking [Bug #17787]
A workaround for `-f` option of AIX xlc compiler which works only on linking.
This commit is contained in:
Родитель
c569c298fe
Коммит
8b7cab70eb
|
@ -583,7 +583,7 @@ AS_IF([test x"${RPATHFLAG}" = x], [
|
|||
rpathflag=`echo "$RPATHFLAG" | sed 's/%.*//'`
|
||||
])
|
||||
|
||||
RUBY_TRY_CFLAGS(-fdeclspec, [fdeclspec=yes], [fdeclspec=no])
|
||||
RUBY_TRY_LDFLAGS(-fdeclspec, [fdeclspec=yes], [fdeclspec=no])
|
||||
AS_IF([test "$fdeclspec" = yes], [
|
||||
RUBY_APPEND_OPTIONS(CFLAGS, -fdeclspec)
|
||||
RUBY_APPEND_OPTIONS(cflags, -fdeclspec)
|
||||
|
|
Загрузка…
Ссылка в новой задаче