mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
Don't unset, it's non-portable and no longer necessary, set to empty instead.
This commit is contained in:
parent
02d01ed4c8
commit
8679174dc4
@ -1,3 +1,9 @@
|
||||
2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
|
||||
|
||||
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
|
||||
Don't unset, it's non-portable and no longer necessary, set to empty
|
||||
instead.
|
||||
|
||||
2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* ltconfig: Shell portability fix for the tagname validity check.
|
||||
|
@ -576,9 +576,8 @@ ac_cv_prog_cc_static=
|
||||
ac_cv_prog_cc_no_builtin=
|
||||
ac_cv_prog_cc_can_build_shared=$can_build_shared
|
||||
|
||||
# It is not enough to reset these cached values, they must be unset.
|
||||
unset ac_cv_prog_cc_pic_works
|
||||
unset ac_cv_prog_cc_static_works
|
||||
ac_cv_prog_cc_pic_works=
|
||||
ac_cv_prog_cc_static_works=
|
||||
|
||||
if test "$with_gcc" = yes; then
|
||||
ac_cv_prog_cc_wl='-Wl,'
|
||||
|
Loading…
Reference in New Issue
Block a user