From 9a5e6673e82eb96d57e99bf8628c6bbb9ed0848b Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Wed, 6 Nov 2019 00:08:44 +0100 Subject: [PATCH] gcc native: patch/gcc/gcc/config.gcc --- cross/pkgs/gcc/patch/gcc/gcc/config.gcc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cross/pkgs/gcc/patch/gcc/gcc/config.gcc b/cross/pkgs/gcc/patch/gcc/gcc/config.gcc index 0ee95ab..d4f19ab 100644 --- a/cross/pkgs/gcc/patch/gcc/gcc/config.gcc +++ b/cross/pkgs/gcc/patch/gcc/gcc/config.gcc @@ -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"