From bd6811b11a46c1c2f4042132a4d84e741c83bc6d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 13 Dec 2004 16:17:00 +0000 Subject: [PATCH] - added --no-undefined to the specs so that we can drop a patch that changed ld to use this as default. git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@10419 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/gcc/config/i386/beos-elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcc/config/i386/beos-elf.h b/gcc/gcc/config/i386/beos-elf.h index 71ebfb342e..5d7eb98cc6 100644 --- a/gcc/gcc/config/i386/beos-elf.h +++ b/gcc/gcc/config/i386/beos-elf.h @@ -184,7 +184,7 @@ Boston, MA 02111-1307, USA. */ /* If ELF is the default format, we should not use /lib/elf. */ #undef LINK_SPEC -#define LINK_SPEC "%{!o*:-o %b} -m elf_i386_be -shared -Bsymbolic %{nostart:-e 0} %{shared:-e 0}" +#define LINK_SPEC "%{!o*:-o %b} -m elf_i386_be -shared -Bsymbolic --no-undefined %{nostart:-e 0} %{shared:-e 0}" /* Provide start and end file specs appropriate to glibc. */