This is the mail archive of the
elfutils-devel@sourceware.org
mailing list for the elfutils project.
Re: porting to windows
- From: Ulf Hermann <ulf dot hermann at qt dot io>
- To: <elfutils-devel at sourceware dot org>
- Date: Fri, 21 Apr 2017 19:00:53 +0200
- Subject: Re: porting to windows
- Authentication-results: sourceware.org; auth=none
- Authentication-results: sourceware.org; dkim=none (message not signed) header.d=none;sourceware.org; dmarc=none action=none header.from=qt.io;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qtcompany.onmicrosoft.com; s=selector1-qt-io; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=PwZzRcJ8RIcS8Xt44KqIhtiXW3j1ha+h62oXqs4+leo=; b=F1JE7nWvP1zxi2zOl4OKn1853K2n7W6pgAS4Tvh3bpRxuwkXYrzKgNFIjkLc3cRsK6H6EhESQA6bUrqaj72fo1zdsOvc56oJm5dGjaKjFAL3GfSt7oHpkNLHC1f0u1Gi7lM+O8+MnvKnJBCW6XEh4Wu840fGb1jfEutVY/LH1gA=
- References: <7633cfdc-8841-16b2-7a8e-4f82a101b8f5@qt.io>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi,
I just tried to post the patch that adds all the gnulib modules. I suspect the mailing list doesn't like it because it's 4.8MB of diff. I've merged all the single "add xyz gnulib module" patches into one because you cannot sensibly reorder or skip any of them anyway. gnulib likes to keep several configuration files that change with every added module and trying to handle this using git results in lots of conflicts. I can, of course, change the selection of gnulib modules if necessary.
This is the change I tried to post: https://codereview.qt-project.org/#/c/186564/
br,
Ulf