Commit e2769e90 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* configure.ac (out-of-tree linker .hidden support) Set to "no"

	for mmix-knuth-mmixware.
	* configure: Regenerate.

From-SVN: r192344
parent 56626615
2012-10-11 Hans-Peter Nilsson <hp@bitrange.com> 2012-10-11 Hans-Peter Nilsson <hp@bitrange.com>
* configure.ac (out-of-tree linker .hidden support) Set to "no"
for mmix-knuth-mmixware.
* configure: Regenerate.
* configure.ac (gcc_cv_as_comdat_group_group): Default to no. * configure.ac (gcc_cv_as_comdat_group_group): Default to no.
* configure: Regenerate. * configure: Regenerate.
......
...@@ -22071,6 +22071,12 @@ else ...@@ -22071,6 +22071,12 @@ else
if test x"$ld_is_gold" = xyes; then if test x"$ld_is_gold" = xyes; then
: :
elif echo "$ld_ver" | grep GNU > /dev/null; then elif echo "$ld_ver" | grep GNU > /dev/null; then
case "${target}" in
mmix-knuth-mmixware)
# The linker emits by default mmo, not ELF, so "no" is appropriate.
gcc_cv_ld_hidden=no
;;
esac
if test 0"$ld_date" -lt 20020404; then if test 0"$ld_date" -lt 20020404; then
if test -n "$ld_date"; then if test -n "$ld_date"; then
# If there was date string, but was earlier than 2002-04-04, fail # If there was date string, but was earlier than 2002-04-04, fail
......
...@@ -2325,6 +2325,12 @@ else ...@@ -2325,6 +2325,12 @@ else
if test x"$ld_is_gold" = xyes; then if test x"$ld_is_gold" = xyes; then
: :
elif echo "$ld_ver" | grep GNU > /dev/null; then elif echo "$ld_ver" | grep GNU > /dev/null; then
case "${target}" in
mmix-knuth-mmixware)
# The linker emits by default mmo, not ELF, so "no" is appropriate.
gcc_cv_ld_hidden=no
;;
esac
if test 0"$ld_date" -lt 20020404; then if test 0"$ld_date" -lt 20020404; then
if test -n "$ld_date"; then if test -n "$ld_date"; then
# If there was date string, but was earlier than 2002-04-04, fail # If there was date string, but was earlier than 2002-04-04, fail
......
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