mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-22 03:27:45 +00:00
Fix link error with C++ programs.
This commit is contained in:
@ -140,6 +140,9 @@ Boston, MA 02111-1307, USA. */
|
|||||||
"%{mstackcheck:-lstack} " \
|
"%{mstackcheck:-lstack} " \
|
||||||
"%{mstackextend:-lstack}}"
|
"%{mstackextend:-lstack}}"
|
||||||
|
|
||||||
|
#define LIBGCC_SPEC \
|
||||||
|
"-lgcc %{noixemul:-lnix}"
|
||||||
|
|
||||||
/* If debugging, tell the linker to output amiga-hunk symbols *and* a BSD
|
/* If debugging, tell the linker to output amiga-hunk symbols *and* a BSD
|
||||||
compatible debug hunk.
|
compatible debug hunk.
|
||||||
Also, pass appropriate linker flavours depending on user-supplied
|
Also, pass appropriate linker flavours depending on user-supplied
|
||||||
|
|||||||
Reference in New Issue
Block a user