From f8ede8875ed62dbdc1e7e4663ac44d3a69bbff42 Mon Sep 17 00:00:00 2001 From: Jojo R Date: Wed, 16 Sep 2020 18:34:42 +0800 Subject: [PATCH] C-SKY: Set use_gcc_stdint=wrap for elf target gcc/ChangeLog: * config.gcc (C-SKY): Set use_gcc_stdint=wrap for elf target. --- gcc/config.gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config.gcc b/gcc/config.gcc index 797f0ad5edd..845f10e48be 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1543,6 +1543,7 @@ csky-*-*) tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} csky/csky-elf.h" tmake_file="csky/t-csky csky/t-csky-elf" default_use_cxa_atexit=no + use_gcc_stdint=wrap ;; csky-*-linux*) tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} csky/csky-linux-elf.h" -- 2.30.2