* configure.in: Don't set PICFLAG on ix86-cygwin32.

This commit is contained in:
Ian Lance Taylor 1998-04-14 22:03:31 +00:00
parent 489564e28b
commit f4132507a0
2 changed files with 7 additions and 0 deletions

View File

@ -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

View 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"
;;