From b5f1a94fc9badbdf8409d05d669f3cc3b22f1892 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 16 Aug 2011 18:32:41 -0600 Subject: [PATCH] o cosmetic change CONFIG_COMMON o removed setting of default i586 arch from mingw and cygwin CONFIG_SITE --- configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 | 5 +---- configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin | 3 +-- configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw | 3 --- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 b/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 index be2e4a031..dee6a86f0 100644 --- a/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 +++ b/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 @@ -7,7 +7,4 @@ #------------------------------------------------------- # GNU_DIR used when COMMANDLINE_LIBRARY is READLINE -#GNU_DIR=C:/cygwin - -# default minimum host hardware architecture -#ARCH_DEP_CFLAGS += -march=i586 \ No newline at end of file +#GNU_DIR=C:/cygwin \ No newline at end of file diff --git a/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin b/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin index 21207d6d6..b28b04f64 100644 --- a/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin +++ b/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin @@ -1,4 +1,3 @@ -# default minimum host hardware architecture -#ARCH_DEP_CFLAGS += -march=i586 + diff --git a/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw b/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw index b82efdbc5..771a4ba87 100644 --- a/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw +++ b/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw @@ -14,6 +14,3 @@ #AR = $(CMPLR_PREFIX)ar -rc #LD = $(CMPLR_PREFIX)ld -r #RANLIB = $(CMPLR_PREFIX)ranlib - -# default minimum host hardware architecture -ARCH_DEP_CFLAGS += -march=i586 \ No newline at end of file