OpenSSL-1.0.0a コンパイルエラー

FreeBSD 7.3-RELEASE で OpenSSL-1.0.0a がコンパイルエラーだ。

cd /usr/local/src
wget http://www.openssl.org/source/openssl-1.0.0a.tar.gz
tar zxf openssl-1.0.0a.tar.gz
cd /usr/local/src/openssl-1.0.0a
./config
make

〜略〜

gcc -I.. -I../.. -I../asn1 -I../evp -I../../include  -DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c seed.c
seed.c: In function 'SEED_encrypt':
seed.c:239: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

Stop in /usr/local/src/openssl-1.0.0a/crypto/seed.
*** Error code 1

Stop in /usr/local/src/openssl-1.0.0a/crypto.
*** Error code 1

Stop in /usr/local/src/openssl-1.0.0a.