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:
dde2bf5
)
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
author
David Edelsohn
<dje.gcc@gmail.com>
Thu, 18 May 2000 14:28:32 +0000
(14:28 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Thu, 18 May 2000 14:28:32 +0000
(14:28 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1be00cb2a9989939ae1ce770755b70a7c603906d..da79dcbfd2a67925037f18c35b1dd1f7e01d5e75 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2000-05-18 David Edelsohn <edelsohn@gnu.org>
+
+ * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
+
Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
* Makefile.in (configure-target-libiberty): Depend on
diff --git
a/configure.in
b/configure.in
index 7575072820c47d62156506dd79901b79ea6bad49..e3ca77bb4092a2701ec4a3b3d6690bef2d3bb904 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1051,6
+1051,9
@@
if [ x${shared} = xyes ]; then
i[3456]86-*)
target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
;;
+ powerpc*-*-aix*)
+ # We don't want -fPIC on AIX.
+ ;;
powerpc*-*)
target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
;;