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:
5981eee
)
Recognize PPC64 target.
author
Lutz Jänicke
<jaenicke@openssl.org>
Sun, 12 May 2002 19:45:02 +0000
(19:45 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Sun, 12 May 2002 19:45:02 +0000
(19:45 +0000)
Submitted by:
Reviewed by:
PR: 26
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 0903d99b4054dbe97dbc2cd337ddef0d5b74b8d9..cbda6ac1f4d6aadb2c4b6074693e29315549fe7e 100755
(executable)
--- a/
config
+++ b/
config
@@
-497,6
+497,10
@@
EOF
${CC} -o dummy dummy.c && OUT=`./dummy ${MACHINE}`
rm dummy dummy.c
;;
+ ppc64-*-linux2)
+ #Use the standard target for PPC architecture until we create a
+ #special one for the 64bit architecture.
+ OUT="linux-ppc" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
m68k-*-linux*) OUT="linux-m68k" ;;
ia64-*-linux?) OUT="linux-ia64" ;;