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:
ce07460
)
Unify BSDi target.
author
Andy Polyakov
<appro@openssl.org>
Sun, 5 Jun 2005 18:10:19 +0000
(18:10 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 5 Jun 2005 18:10:19 +0000
(18:10 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 4a8c185bd50db90bea08b01e2e93e737254ee052..13a57c4f6b2f11a6685f6fb7e68b87cde17cb65d 100755
(executable)
--- a/
config
+++ b/
config
@@
-654,7
+654,7
@@
case "$GUESSOS" in
;;
*-*-sunos4) OUT="sunos-$CC" ;;
- *86*-*-bsdi4) OUT="
bsdi-elf-gcc"; options="$options no-sse2
" ;;
+ *86*-*-bsdi4) OUT="
BSD-x86-elf"; options="$options no-sse2 -ldl
" ;;
alpha*-*-*bsd*) OUT="BSD-generic64; options="$options -DL_ENDIAN" ;;
powerpc64-*-*bsd*) OUT="BSD-generic64; options="$options -DB_ENDIAN" ;;
sparc64-*-*bsd*) OUT="BSD-sparc64" ;;