Re: [swift-dev] Adding Ubuntu 32-bit support

2017-11-27 Thread William Dillon via swift-dev
If I remember correctly, Float80 is also unimplemented in 32-bit arm. I would suggest adding a conditional compilation block to disable this code for 32-bit. I'm not that familiar with gyb, however, so I don't know what that looks like. Cheers, - Will > On Nov 27, 2017, at 1:08 AM, Ionel Lesc

[swift-dev] Adding Ubuntu 32-bit support

2017-11-27 Thread Ionel Lescai via swift-dev
Hello! I'm trying to build Swift from source on a 32-bit Ubuntu virtual machine. I've done minor modifications, mostly to the build script (see  https://pastebin.com/rmWecTu7 ) I'm getting the following error, related to converting Float80 (see  https://pastebin.com/ue8MRquU for full output) 1.