From 444b6906065564a5fbda0935bf816e3d9202bd13 Mon Sep 17 00:00:00 2001 From: andris Date: Fri, 18 Dec 2015 04:46:11 +0000 Subject: [PATCH] Add *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp targets * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp targets git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231803 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 1 + 2 files changed, 6 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f6f030b76dc3..f66646cc5b00 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2015-12-18 Andris Pavenis + + * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-* + soft-fp targets + 2015-12-16 Bernd Edlinger * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort diff --git a/libgcc/config.host b/libgcc/config.host index b16f52a54cc1..0a3b879949f4 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1349,6 +1349,7 @@ case ${host} in i[34567]86-*-darwin* | x86_64-*-darwin* | \ i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \ i[34567]86-*-linux* | x86_64-*-linux* | \ + i[34567]86-*-msdosdjgpp* | \ i[34567]86-*-gnu* | \ i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \ i[34567]86-*-cygwin* | x86_64-*-cygwin* | \ -- 2.47.2