projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489564e
)
* configure.in: Don't set PICFLAG on ix86-cygwin32.
author
Ian Lance Taylor
<ian@airs.com>
Tue, 14 Apr 1998 22:03:31 +0000
(22:03 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 14 Apr 1998 22:03:31 +0000
(22:03 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/configure.in
b/configure.in
index 6a84d36b7e556505df90e89fbd29de6e1a53fad2..fd8b28c8f9bc25ec3848102239b63f5925c9f694 100644
(file)
--- 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"
;;