C-SKY: Set use_gcc_stdint=wrap for elf target
authorJojo R <jiejie_rong@c-sky.com>
Wed, 16 Sep 2020 10:34:42 +0000 (18:34 +0800)
committerXianmiao Qu <xianmiao_qu@c-sky.com>
Wed, 16 Sep 2020 11:34:09 +0000 (19:34 +0800)
gcc/ChangeLog:

* config.gcc (C-SKY): Set use_gcc_stdint=wrap for elf target.

gcc/config.gcc

index 797f0ad5eddd6763579e0d4fe8993fd545892b12..845f10e48be88070a1e7a236818427ab0a342adb 100644 (file)
@@ -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"