From aff240b000c20d27624bab6bd5bcff1e059a493d Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Fri, 27 Dec 2019 19:50:31 +0100 Subject: [PATCH] gcc native: add t-jehanne Makefile include --- 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..1ce1004 100644 --- a/cross/patch/gcc.patch +++ b/cross/patch/gcc.patch @@ -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