RTEMS: Add __m68k_read_tp() to crt0.c

This is required to build libgomp.
This commit is contained in:
Sebastian Huber 2023-04-24 10:20:59 +02:00
parent da40bd6eaf
commit fd26d4b4b6
1 changed files with 4 additions and 0 deletions

View File

@ -230,3 +230,7 @@ int __EH_FRAME_BEGIN__;
*/
const char* __stack ;
#endif
#if defined(__m68k__)
RTEMS_STUB(void, __m68k_read_tp(void), { })
#endif