gcc native: patch/gcc/gcc/config.gcc

This commit is contained in:
Giacomo Tesio 2019-11-06 00:08:44 +01:00
parent 62881baa8c
commit 9a5e6673e8
1 changed files with 5 additions and 6 deletions

View File

@ -2,9 +2,8 @@ diff --git a/src/gcc/gcc/config.gcc b/src/gcc/gcc/config.gcc
index f02ddbd..e5ebfe0 100644
--- a/src/gcc/gcc/config.gcc
+++ b/src/gcc/gcc/config.gcc
@@ -862,6 +862,16 @@ case ${target} in
tmake_file="$tmake_file vms/t-vmsnative"
fi
@@ -862,6 +862,16 @@ esac
tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
;;
+*-*-jehanne*)
+ gas=yes
@ -16,9 +15,9 @@ index f02ddbd..e5ebfe0 100644
+ ;;
+ esac
+ ;;
*-*-vxworks*)
tmake_file=t-vxworks
xm_defines=POSIX
*-*-rdos*)
use_gcc_stdint=wrap
;;
@@ -1347,6 +1357,9 @@ x86_64-*-darwin*)
i[34567]86-*-elf*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"