From 049e070b3a9d5d8fab772c5686d5368416bf426c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 11 Aug 2011 09:49:09 -0600 Subject: [PATCH] o removed "-march=i586" from configure/os/CONFIG.Common.cygwin-x86 configure/os/CONFIG.Common.linux-x86 configure/os/CONFIG.Common.win32-x86-cygwin configure/os/CONFIG.Common.win32-x86-mingw added commented out "-march=i586" to configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin added "-march=i586" to (I know that this compiler currently defaults to 386) configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw --- configure/os/CONFIG.Common.cygwin-x86 | 3 --- configure/os/CONFIG.Common.linux-x86 | 3 --- configure/os/CONFIG.Common.win32-x86-cygwin | 3 --- configure/os/CONFIG.Common.win32-x86-mingw | 3 --- configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 | 2 ++ configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin | 2 ++ configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw | 2 ++ 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/configure/os/CONFIG.Common.cygwin-x86 b/configure/os/CONFIG.Common.cygwin-x86 index f19c5c789..ee3653b76 100644 --- a/configure/os/CONFIG.Common.cygwin-x86 +++ b/configure/os/CONFIG.Common.cygwin-x86 @@ -23,9 +23,6 @@ POSIX_LDLIBS += -lpthread ARCH_DEP_CFLAGS += -m32 ARCH_DEP_LDFLAGS += -m32 -# default minimum target architecture is pentium -ARCH_DEP_CFLAGS += -march=i586 - # Compiler defines _X86_ 1 # Compiler defines __MSVCRT__ 1 # Compiler defines __CYGWIN__ 1 diff --git a/configure/os/CONFIG.Common.linux-x86 b/configure/os/CONFIG.Common.linux-x86 index 60ab38d0d..f5157dc13 100644 --- a/configure/os/CONFIG.Common.linux-x86 +++ b/configure/os/CONFIG.Common.linux-x86 @@ -16,9 +16,6 @@ ARCH_DEP_CPPFLAGS += -D_X86_ ARCH_DEP_CFLAGS += -m32 ARCH_DEP_LDFLAGS += -m32 -# default minimum target architecture is pentium -ARCH_DEP_CFLAGS += -march=i586 - # If your crosscompiler name has a GNU target prefix like -gcc, # e.g. x86-redhat-linux-gcc, put a GNU_TARGET definition in # CONFIG_SITE..linux-x86 file, e.g. GNU_TARGET=x86-redhat-linux diff --git a/configure/os/CONFIG.Common.win32-x86-cygwin b/configure/os/CONFIG.Common.win32-x86-cygwin index 2e2e18aec..49029cf2e 100644 --- a/configure/os/CONFIG.Common.win32-x86-cygwin +++ b/configure/os/CONFIG.Common.win32-x86-cygwin @@ -23,9 +23,6 @@ POSIX_LDLIBS += -lpthread ARCH_DEP_CFLAGS += -m32 ARCH_DEP_LDFLAGS += -m32 -# default minimum target architecture is pentium -ARCH_DEP_CFLAGS += -march=i586 - # With no-cygwin option: # compiler defines _X86_ 1 # compiler defines __MSVCRT__ 1 diff --git a/configure/os/CONFIG.Common.win32-x86-mingw b/configure/os/CONFIG.Common.win32-x86-mingw index 00bfd650d..f4ee2c1ff 100644 --- a/configure/os/CONFIG.Common.win32-x86-mingw +++ b/configure/os/CONFIG.Common.win32-x86-mingw @@ -19,9 +19,6 @@ LDLIBS_READLINE = -lreadline -lcurses ARCH_DEP_CFLAGS += -m32 ARCH_DEP_LDFLAGS += -m32 -# default minimum target architecture is pentium -ARCH_DEP_CFLAGS += -march=i586 - # Compiler defines _X86_ 1 # Compiler defines __MSVCRT__ 1 # Compiler defines __MINGW32__ 1 diff --git a/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 b/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 index 97e3cb1f3..be2e4a031 100644 --- a/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 +++ b/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 @@ -9,3 +9,5 @@ # 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 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 139597f9c..21207d6d6 100644 --- a/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin +++ b/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin @@ -1,2 +1,4 @@ +# 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 259d1e0c8..b82efdbc5 100644 --- a/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw +++ b/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw @@ -15,3 +15,5 @@ #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