Commit dc5f3d7c by Rainer Orth Committed by Rainer Orth

configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.

	* configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
	* configure: Regenerate.

From-SVN: r71484
parent 84583208
2003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
* configure: Regenerate.
2003-09-17 Mark Mitchell <mark@codesourcery.com> 2003-09-17 Mark Mitchell <mark@codesourcery.com>
PR debug/12066 PR debug/12066
......
...@@ -1864,10 +1864,8 @@ changequote([,])dnl ...@@ -1864,10 +1864,8 @@ changequote([,])dnl
fi fi
else else
# non-GNU linkers don't seem to support .hidden yet # non-GNU linkers don't seem to support .hidden yet
if test x"$gnu_ld_flag" = x"no"; then
gcc_cv_ld_hidden=no gcc_cv_ld_hidden=no
fi fi
fi
fi]) fi])
libgcc_visibility=no libgcc_visibility=no
AC_SUBST(libgcc_visibility) AC_SUBST(libgcc_visibility)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment