Benjamin Valentin cd51846063 cpu/native: fix build with gcc 11
This fixes the following warning with GCC 11.2:

    cpu/native/include/native_internal.h:153:13: error: variably modified ‘__isr_stack’ at file scope
      153 | extern char __isr_stack[SIGSTKSZ];
          |             ^~~~~~~~~~~
    cpu/native/include/native_internal.h:154:13: error: variably modified ‘__end_stack’ at file scope
      154 | extern char __end_stack[SIGSTKSZ];

(cherry picked from commit 1a2984b786850d9b74103e4a7038b9a56f615eb1)
2021-10-13 16:29:23 +02:00
..
2021-10-13 16:29:23 +02:00
2021-07-09 10:47:42 +02:00