| author | Ingo Weinhold <ingo_weinhold@gmx.de> | 2008-03-23 21:53:29.0 +00:00:00 |
|---|---|---|
| committer | Ingo Weinhold <ingo_weinhold@gmx.de> | 2008-03-23 21:53:29.0 +00:00:00 |
| commit | f76f237a938dc6ede031ca9c698869271b8b2674 [patch] |
|
| tree | 6f6e94e6d71edbdc781de75442781cd8f36c9e09 |
|
| parent | 2eb365503c3e58d2831d9f4d7ab135feb1d9a854 |
|
| download | f76f237a938dc6ede031ca9c698869271b8b2674.tar.gz |
|
Allow undefined symbols when linking.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24539 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
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. */