diff options
author | andris <andris@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-18 04:46:11 +0000 |
---|---|---|
committer | andris <andris@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-18 04:46:11 +0000 |
commit | 444b6906065564a5fbda0935bf816e3d9202bd13 (patch) | |
tree | 4c80be2d3dbc1b56a9ace96b3898ce1a7eba614a /libgcc/config.host | |
parent | b767924b1ac1b9e421bd971e9d120f2fd66ffefa (diff) | |
download | gcc-444b6906065564a5fbda0935bf816e3d9202bd13.tar.gz |
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
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index b16f52a54cc..0a3b879949f 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* | \ |