Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/m68k/linux.h @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 84e7813d76e9 |
children |
comparison
equal
deleted
inserted
replaced
131:84e7813d76e9 | 145:1830386684a0 |
---|---|
1 /* Definitions for Motorola 68k running Linux-based GNU systems with | 1 /* Definitions for Motorola 68k running Linux-based GNU systems with |
2 ELF format. | 2 ELF format. |
3 Copyright (C) 1995-2018 Free Software Foundation, Inc. | 3 Copyright (C) 1995-2020 Free Software Foundation, Inc. |
4 | 4 |
5 This file is part of GCC. | 5 This file is part of GCC. |
6 | 6 |
7 GCC is free software; you can redistribute it and/or modify | 7 GCC is free software; you can redistribute it and/or modify |
8 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
70 | 70 |
71 When the -shared link option is used a final link is not being | 71 When the -shared link option is used a final link is not being |
72 done. */ | 72 done. */ |
73 | 73 |
74 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" | 74 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" |
75 | |
76 #undef MUSL_DYNAMIC_LINKER | |
77 #define MUSL_DYNAMIC_LINKER "/lib/ld-musl-m68k.so.1" | |
75 | 78 |
76 #undef LINK_SPEC | 79 #undef LINK_SPEC |
77 #define LINK_SPEC "-m m68kelf %{shared} \ | 80 #define LINK_SPEC "-m m68kelf %{shared} \ |
78 %{!shared: \ | 81 %{!shared: \ |
79 %{!static: \ | 82 %{!static: \ |