projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb8371
)
ltconfig: Disable building static libraries if building shared libraries on AIX 5L.
author
David Edelsohn
<edelsohn@gnu.org>
Fri, 5 Mar 2004 21:03:19 +0000
(21:03 +0000)
committer
David Edelsohn
<dje@gcc.gnu.org>
Fri, 5 Mar 2004 21:03:19 +0000
(16:03 -0500)
* ltconfig: Disable building static libraries if building shared
libraries on AIX 5L.
From-SVN: r78984
ChangeLog
patch
|
blob
|
history
ltconfig
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 015c3aa0027af202089821f3beb246d637954360..1ee31f28489d5c960cdd9e776ad83e116453ba6c 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2004-03-05 David Edelsohn <edelsohn@gnu.org>
+
+ * ltconfig: Disable building static libraries if building shared
+ libraries on AIX 5L.
+
2004-03-01 Richard Sandiford <rsandifo@redhat.com>
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
diff --git
a/ltconfig
b/ltconfig
index 9c420ace72625ef3fc4f80a18b73b2b5b8eccb8c..0d97409d7990790c8c57762ca0bdf66564914521 100755
(executable)
--- a/
ltconfig
+++ b/
ltconfig
@@
-1592,7
+1592,7
@@
aix3*)
fi
;;
-aix4*)
+aix4*
| aix5*
)
test "$enable_shared" = yes && enable_static=no
;;
esac