projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e8e705
)
PR: 2186
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 9 Mar 2010 17:08:24 +0000
(17:08 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 9 Mar 2010 17:08:24 +0000
(17:08 +0000)
Submitted By: "Joel Rabinovitch" <Joel.Rabinovitch@tecsys.com>
Detect aix64-gcc
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 4d789df5ecb93a0f232964fb79fc6cda470f7638..b9d1c7aa26885853ec6a11a3b9e9638ba639e481 100755
(executable)
--- a/
config
+++ b/
config
@@
-741,6
+741,10
@@
case "$GUESSOS" in
OBJECT_MODE=${OBJECT_MODE:-32}
if [ "$CC" = "gcc" ]; then
OUT="aix-gcc"
+ if [ $OBJECT_MODE -eq 64 ]; then
+ echo 'Your $OBJECT_MODE was found to be set to 64'
+ OUT="aix64-gcc"
+ fi
elif [ $OBJECT_MODE -eq 64 ]; then
echo 'Your $OBJECT_MODE was found to be set to 64'
OUT="aix64-cc"