Commit 4392a547 by Krister Walfridsson Committed by Krister Walfridsson

* config/netbsd-elf.h (USE_LD_AS_NEEDED): Define.

From-SVN: r128049
parent c722c7da
2007-09-03 Krister Walfridsson <cato@df.lth.se>
* config/netbsd-elf.h (USE_LD_AS_NEEDED): Define.
2007-09-03 Richard Sandiford <richard@codesourcery.com>
PR middle-end/33290
......
......@@ -91,3 +91,8 @@ along with GCC; see the file COPYING3. If not see
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld.elf_so}} \
%{static:-static}}"
/* Use --as-needed -lgcc_s for eh support. */
#ifdef HAVE_LD_AS_NEEDED
#define USE_LD_AS_NEEDED 1
#endif
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