Re: [Mingw-w64-public] Need help building mingw-w64 for ARM

2016-08-05 Thread dw
On 7/23/2016 3:15 AM, André Hentschel wrote: > Am 23.07.2016 um 01:15 schrieb dw: > I currently have no perfect setup, but Martell Malone wanted to clean > everything up and even upload builds to sf.net > While doing this he spotted some strange issues which only happened on linux, > but not in m

[Mingw-w64-public] [PATCH] Handle __CTOR_LIST__ for clang

2016-08-05 Thread Martell Malone
This patch should be the last piece of the puzzle. Now c++ works, it relied heavily on ctors which was broken with clang and lld. please review From 077f2318a219db191588d0ab00df58bb694c2931 Mon Sep 17 00:00:00 2001 From: Martell Malone Date: Fri, 5 Aug 2016 20:09:41 -0700 Subject: [PATCH] Handle