In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h.

Requested by:	nwhitehorn
This commit is contained in:
Dimitry Andric 2010-10-22 20:43:37 +00:00
parent 19fe8e8483
commit b927df46b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=214222

View File

@ -891,7 +891,9 @@
/* Define if your PowerPC64 linker only needs function descriptor syms. */
#ifndef USED_FOR_TARGET
/* #undef HAVE_LD_NO_DOT_SYMS */
# ifdef __powerpc64_
# define HAVE_LD_NO_DOT_SYMS 1
# endif
#endif