From f4132507a0bdafa27fdd2c84b3c9006744906dce Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 14 Apr 1998 22:03:31 +0000 Subject: * configure.in: Don't set PICFLAG on ix86-cygwin32. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6a84d36..fd8b28c 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; -- cgit v1.1