From: Michael Sokolov Date: Sat, 27 Jan 2001 19:36:45 +0000 (+0000) Subject: * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8679174dc4b5c7438406157cedf8af7bfabc7fb4;p=binutils-gdb.git * 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. --- diff --git a/ChangeLog b/ChangeLog index ea01fcfe6c3..0350b6cc298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-01-27 Michael Sokolov + + * 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 , Alexandre Oliva * ltconfig: Shell portability fix for the tagname validity check. diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index bccc30bf7a8..ab9e62721de 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -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,'