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>
PR debug/12066
......
......@@ -1864,9 +1864,7 @@ changequote([,])dnl
fi
else
# non-GNU linkers don't seem to support .hidden yet
if test x"$gnu_ld_flag" = x"no"; then
gcc_cv_ld_hidden=no
fi
gcc_cv_ld_hidden=no
fi
fi])
libgcc_visibility=no
......
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