mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
gcc: correct LINK_SPEC for m68k
We need to allow undefined symbols to link libgcc now...
This commit is contained in:
parent
97e06d2ad6
commit
8865c113a6
@ -108,7 +108,7 @@ Boston, MA 02110-1301, USA. */
|
||||
|
||||
#undef LINK_SPEC
|
||||
/*#define LINK_SPEC "%{!o*:-o %b} -m elf_m68k_haiku -shared -no-undefined %{nostart:-e 0}"*/
|
||||
#define LINK_SPEC "%{!o*:-o %b} -m m68kelf %{!r:-shared} -no-undefined %{nostart:-e 0}"
|
||||
#define LINK_SPEC "%{!o*:-o %b} -m m68kelf %{!r:-shared} %{nostart:-e 0} %{shared:-e 0} %{!shared: %{!nostart: -no-undefined}}"
|
||||
|
||||
/* XXX: not sure for the rest there... */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user