diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-22 20:43:37 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-22 20:43:37 +0000 |
| commit | b927df46b1ceac0f03f3a6afea964fa004d799f4 (patch) | |
| tree | 3a351f47e77d8e4401b1f920e61260ad2a842b49 /gnu | |
| parent | 19fe8e84832030e09dacca8de0680493e38ac14f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 60dde77e4c96c..bb222307efdeb 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -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 |
