quiet gcc Info message in cygwin
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Wed, 25 Jan 2006 19:16:09 +0000 (11:16 -0800)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 27 Jan 2006 13:54:06 +0000 (13:54 +0000)
Message-ID: <20060126031608.GA2588@efn.org>

p4raw-id: //depot/perl@26958

hints/cygwin.sh

index aca6998..8fa9ec6 100644 (file)
@@ -53,6 +53,9 @@ esac;
 # Win9x problem with non-blocking read from a closed pipe
 d_eofnblk='define'
 
+# suppress auto-import warnings
+ldflags="$ldflags -Wl,--enable-auto-import"
+
 # strip exe's and dll's
 #ldflags="$ldflags -s"
 #ccdlflags="$ccdlflags -s"