projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03380ec
)
C-SKY: Set use_gcc_stdint=wrap for elf target
author
Jojo R
<jiejie_rong@c-sky.com>
Wed, 16 Sep 2020 10:34:42 +0000
(18:34 +0800)
committer
Xianmiao 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
patch
|
blob
|
history
diff --git
a/gcc/config.gcc
b/gcc/config.gcc
index 797f0ad5eddd6763579e0d4fe8993fd545892b12..845f10e48be88070a1e7a236818427ab0a342adb 100644
(file)
--- 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"