diff mbox

[2/6,DJGPP] libgcc: Add djgpp to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.

Message ID 56631975.4000707@wippies.com
State New
Headers show

Commit Message

Andris Pavenis Dec. 5, 2015, 5:05 p.m. UTC
Included patch adds *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp targets.

Andris

PS. Sending from different address as posts from other address seems not to go through

2015-12-05 Andris Pavenis <andris.pavenis@iki.fi>

*  config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp targets

Comments

Jeff Law Dec. 10, 2015, 10:31 p.m. UTC | #1
On 12/05/2015 10:05 AM, Andris Pavenis wrote:
> Included patch adds *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp
> targets.
>
> Andris
>
> PS. Sending from different address as posts from other address seems not
> to go through
>
> 2015-12-05 Andris Pavenis <andris.pavenis@iki.fi>
>
> *  config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp
> targets
OK.
jeff
diff mbox

Patch

From 9e5259eabf7ce876c8639500b56ad8213d852417 Mon Sep 17 00:00:00 2001
From: Andris Pavenis <andris.pavenis@iki.fi>
Date: Tue, 24 Nov 2015 20:16:38 +0200
Subject: [PATCH 2/6] [DJGPP] libgcc/config.host: update

* config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
---
 libgcc/config.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgcc/config.host b/libgcc/config.host
index 9a58beb..11a82e6 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1348,6 +1348,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.4.3