/
githubmirror
/
mpfr
Обзор
Документация
Войти
/
githubmirror
/
mpfr
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libtool-tcc-wl.patch
17 строк
627 B
Vincent Lefèvre
Added libtool-tcc-wl.patch patch from
23 янв 2014, 19:17
23 янв 2014, 19:17
0cb54c9
Код
Авторство
О чём код?
--- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -4375,6 +4375,14 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + # When it learns to make shared objects, it will + # presumably use -fPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project)