diff options
author | Richard Levitte <levitte@openssl.org> | 2000-05-31 19:06:10 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-05-31 19:06:10 +0200 |
commit | b108611622df60f6738862240360939beb46a07e (patch) | |
tree | cb95720dc44f1d37fb1819a1bee1c540f21ade92 /config | |
parent | strtoul is not used anywhere. (diff) | |
download | openssl-b108611622df60f6738862240360939beb46a07e.tar.xz openssl-b108611622df60f6738862240360939beb46a07e.zip |
config can now detect ARM Linux automagically.
Contributed by Jeremy Norris <jeremy.norris@rebel.com>
Diffstat (limited to 'config')
-rwxr-xr-x | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -428,6 +428,7 @@ case "$GUESSOS" in sun4d) OUT="linux-sparcv8" ;; *) OUT="linux-sparcv7" ;; esac ;; + arm*-*-linux2) OUT="linux-elf-arm" ;; *-*-linux2) OUT="linux-elf" ;; *-*-linux1) OUT="linux-aout" ;; sun4u*-sun-solaris2) |