diff options
author | Richard Levitte <levitte@openssl.org> | 2002-12-04 10:17:43 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-12-04 10:17:43 +0100 |
commit | f7a3e73ef63aaef2b7f325af4a4bbb10d8fb762e (patch) | |
tree | 5e274e297a8d6d9ca022501d15bdea972ca0bd6e /config | |
parent | A gcc 3.0 bug is triggered by our code. Add a section about it in PROBLEMS. (diff) | |
download | openssl-f7a3e73ef63aaef2b7f325af4a4bbb10d8fb762e.tar.xz openssl-f7a3e73ef63aaef2b7f325af4a4bbb10d8fb762e.zip |
Add support for x86_64.
PR: 348
Diffstat (limited to 'config')
-rwxr-xr-x | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -585,6 +585,7 @@ EOF arm*-*-linux2) OUT="linux-elf-arm" ;; s390-*-linux2) OUT="linux-s390" ;; s390x-*-linux?) OUT="linux-s390x" ;; + x86_64-*-linux?) OUT="linux-x86_64" ;; *-*-linux2) OUT="linux-elf" if [ "$GCCVER" -gt 28 ]; then if grep '^model.*Pentium' /proc/cpuinfo >/dev/null ; then |