From 40d5df67d2c4e1f0dd1e902435567eb5edad6a9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Thu, 12 Oct 2017 11:08:32 +0300
Subject: [PATCH] configure: Add a comment about why we don't try to enable pic
 on arm on target_os=win32
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 96b99b0501a..9b0b95a69e7 100755
--- a/configure
+++ b/configure
@@ -4357,6 +4357,7 @@ EOF
 .object_arch armv4
 EOF
 
+    # MS armasm fails to assemble our PIC constructs
     [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
 
 elif enabled mips; then
-- 
GitLab