gcc native: include jehanne.o in extra_gcc_objs (do we need this?)

This commit is contained in:
Giacomo Tesio 2019-12-27 18:04:11 +01:00
parent 18f33da3dd
commit 540a07726f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ 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
;;
@ -10,6 +10,7 @@ index ddd3b8f..702aa59 100644
+ gas=yes
+ gnu_ld=yes
+ extra_objs="${extra_objs} jehanne.o"
+ extra_gcc_objs="${extra_gcc_objs} jehanne.o"
+ default_use_cxa_atexit=yes
+ case $target in
+ x86_64-*)