From 93bc78d2ed1307d5eb476e7de74fbd81d9c08c10 Mon Sep 17 00:00:00 2001 From: Andrew Johnson <anj@aps.anl.gov> Date: Thu, 21 Jun 2012 12:09:04 -0500 Subject: [PATCH] configure: Don't override CROSS_COMPILER_TARGET_ARCHS on Cygwin All other host architectures have this setting commented out in their host-specific CONFIG_SITE.<host>.Common files, so the user doesn't get confused. --- configure/os/CONFIG_SITE.cygwin-x86.Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG_SITE.cygwin-x86.Common b/configure/os/CONFIG_SITE.cygwin-x86.Common index c1fea1cc2c..b99ac8e852 100644 --- a/configure/os/CONFIG_SITE.cygwin-x86.Common +++ b/configure/os/CONFIG_SITE.cygwin-x86.Common @@ -6,5 +6,5 @@ # Site override definitions for cygwin-x86 host builds #------------------------------------------------------- -CROSS_COMPILER_TARGET_ARCHS = +#CROSS_COMPILER_TARGET_ARCHS = -- GitLab