gcc native: add t-jehanne Makefile include

This commit is contained in:
Giacomo Tesio 2019-12-27 19:50:31 +01:00
parent 5d13eaeed9
commit aff240b000
1 changed files with 2 additions and 1 deletions

View File

@ -2,13 +2,14 @@ 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,17 @@ case ${target} in
@@ -947,6 +947,18 @@ 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"
+ default_use_cxa_atexit=yes
+ case $target in