From 540a07726fb140fbac28877ab53b9b222e46e5c4 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Fri, 27 Dec 2019 18:04:11 +0100 Subject: [PATCH] gcc native: include jehanne.o in extra_gcc_objs (do we need this?) --- cross/patch/gcc.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cross/patch/gcc.patch b/cross/patch/gcc.patch index 1b63c2f..f4aa37a 100644 --- a/cross/patch/gcc.patch +++ b/cross/patch/gcc.patch @@ -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-*)