Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-05-25 02:00:59 +0400
committerRichard Levitte <levitte@openssl.org>2000-05-25 02:00:59 +0400
commit2933ed4df719a2b9d8af60e7a770d802b8afd8b2 (patch)
treea21fc913816fd0413a3cf274bb4c36848d6cdd46 /config
parentb4b41f48d1cfb6151e24e9c5f28019d3cfa5ec96 (diff)
Add the target system linux-m68k
Diffstat (limited to 'config')
-rwxr-xr-xconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index 5337348703..af466e7621 100755
--- a/config
+++ b/config
@@ -409,6 +409,7 @@ case "$GUESSOS" in
;;
mips-*-linux?) OUT="linux-mips" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
+ m68k-*-linux*) OUT="linux-m68k" ;;
ia64-*-linux?) OUT="linux-ia64" ;;
ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
sparc64-*-linux2)