[tnozaki-openssl] build.sh -u fail to build libcrypto on amd64

Issue #266 wontfix
Takehiko NOZAKI repo owner created an issue

error message:

/usr/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c: Assembler messages:
/usr/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c:111: Error: Incorrect register `%r10d' used with `q' suff
ix
...

it seems that x86_64-gcc.c includes not arch/x86_64/opensslconf.h but arch/i386/opensshconf.h or ifdef (__x86_64__) in arch/x86_64/opensslconf.h doesn’t work correctly so that SIXTY_FOUR_BIT_LONG is wrongly undefined.

maybe building lib/i386/libcrypto.so causes wrong header choise?

Comments (2)

  1. Log in to comment