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:
Nobuyoshi Nakada 2021-04-09 17:37:14 +09:00
Родитель c569c298fe
Коммит 8b7cab70eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)