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