From: Ian Lance Taylor Date: Tue, 14 Apr 1998 22:03:31 +0000 (+0000) Subject: * configure.in: Don't set PICFLAG on ix86-cygwin32. X-Git-Tag: gdb-4_18~2637 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4132507a0bdafa27fdd2c84b3c9006744906dce;p=external%2Fbinutils.git * configure.in: Don't set PICFLAG on ix86-cygwin32. --- diff --git a/ChangeLog b/ChangeLog index df795a3..e2ed8f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 14 18:01:55 1998 Ian Lance Taylor + + * configure.in: Don't set PICFLAG on ix86-cygwin32. + Tue Apr 14 12:24:45 1998 J. Kean Johnston * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and 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" ;;