* configure.in: Don't set PICFLAG on ix86-cygwin32.
authorIan Lance Taylor <ian@airs.com>
Tue, 14 Apr 1998 22:03:31 +0000 (22:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 14 Apr 1998 22:03:31 +0000 (22:03 +0000)
ChangeLog
configure.in

index df795a37fc51706482547355991aa990b2221646..e2ed8f9cac50a9bc2778357756f8d1450ec55142 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Don't set PICFLAG on ix86-cygwin32.
+
 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
 
         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
index 6a84d36b7e556505df90e89fbd29de6e1a53fad2..fd8b28c8f9bc25ec3848102239b63f5925c9f694 100644 (file)
@@ -276,6 +276,9 @@ if [ x${shared} = xyes ]; then
     hppa*)
       host_makefile_frag="${host_makefile_frag} config/mh-papic"
       ;;
+    i[3456]86-*-cygwin32*)
+      # We don't want -fPIC on cygwin32.
+      ;;
     i[3456]86-*)
       host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
       ;;
This page took 0.044098 seconds and 4 git commands to generate.