gcc native: no __application_newlib_init (apparently there is no need for SIGCHLD)

This commit is contained in:
2020-01-17 01:11:55 +01:00
parent f25c95e76f
commit 6bcca46d9f
3 changed files with 1 additions and 56 deletions

View File

@ -2,16 +2,13 @@ diff --git a/src/gcc/gcc/config.gcc b/src/gcc/gcc/config.gcc
index ddd3b8f..702aa59 100644
--- a/src/gcc/gcc/config.gcc
+++ b/src/gcc/gcc/config.gcc
@@ -947,6 +947,18 @@ case ${target} in
@@ -947,6 +947,16 @@ case ${target} in
tmake_file="$tmake_file vms/t-vmsnative"
fi
;;
+*-*-jehanne*)
+ gas=yes
+ gnu_ld=yes
+ tmake_file=t-jehanne
+ extra_objs="${extra_objs} jehanne.o"
+ extra_gcc_objs="${extra_gcc_objs} jehanne.o"
+ default_use_cxa_atexit=yes
+ case $target in
+ x86_64-*)