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