From f76f237a938dc6ede031ca9c698869271b8b2674 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 23 Mar 2008 21:53:29 +0000 Subject: [PATCH] Allow undefined symbols when linking. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24539 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- legacy/gcc/gcc/config/i386/haiku.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/gcc/gcc/config/i386/haiku.h b/legacy/gcc/gcc/config/i386/haiku.h index a3505fc..38bdd32 100644 --- a/legacy/gcc/gcc/config/i386/haiku.h +++ b/legacy/gcc/gcc/config/i386/haiku.h @@ -185,7 +185,7 @@ /* If ELF is the default format, we should not use /lib/elf. */ #undef LINK_SPEC -#define LINK_SPEC "%{!o*:-o %b} -m elf_i386_haiku -shared -Bsymbolic --no-undefined %{nostart:-e 0} %{shared:-e 0}" +#define LINK_SPEC "%{!o*:-o %b} -m elf_i386_haiku -shared -Bsymbolic %{nostart:-e 0} %{shared:-e 0}" /* Provide start and end file specs appropriate to glibc. */ -- gitore 0.2.2