mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
- 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
This commit is contained in:
parent
b1f7854b8a
commit
bd6811b11a
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user