From f0a3bc9d2b8e03a8395c9804620ba2323afcd542 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 28 Oct 2005 21:33:37 +0000 Subject: [PATCH] Changed comments. --- configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin b/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin index e58bab5ce..57dcb1062 100644 --- a/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin +++ b/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin @@ -19,10 +19,11 @@ AR = ar -rc LD = ld -r RANLIB = ranlib -# Avoid position-independent code is always generated message +# Dont use -fPIC: with -fPIC we get +# "warning: -fPIC ignored for target (all code is position independent) " SHRLIB_CFLAGS = -# -ansi eliminates strdup +# Dont use -ansi: -ansi eliminates strdup and _tempnam CONFORM_CFLAGS_ANSI = CONFORM_CFLAGS_STRICT = -pedantic CONFORM_CXXFLAGS_ANSI =