Skip to content
Snippets Groups Projects
  • Sebastian Huber's avatar
    7a6f40d0
    Fix arm target build with inhibit_libc · 7a6f40d0
    Sebastian Huber authored
    Do not declare abort in "libgcc/unwind-arm-common.inc" since it is already
    provided by "tsystem.h".  It fixes the following build error:
    
    In file included from libgcc/config/arm/unwind-arm.c:144:
    libgcc/unwind-arm-common.inc:55:24: error: macro "abort" passed 1 arguments, but takes just 0
       55 | extern void abort (void);
    
    libgcc/
    
    	* unwind-arm-common.inc (abort): Remove.
    7a6f40d0
    History
    Fix arm target build with inhibit_libc
    Sebastian Huber authored
    Do not declare abort in "libgcc/unwind-arm-common.inc" since it is already
    provided by "tsystem.h".  It fixes the following build error:
    
    In file included from libgcc/config/arm/unwind-arm.c:144:
    libgcc/unwind-arm-common.inc:55:24: error: macro "abort" passed 1 arguments, but takes just 0
       55 | extern void abort (void);
    
    libgcc/
    
    	* unwind-arm-common.inc (abort): Remove.