Add some debug-solaris-...-cc configurations.
diff --git a/TABLE b/TABLE index b77bc7c..ba55be7 100644 --- a/TABLE +++ b/TABLE
@@ -697,6 +697,23 @@ $rmd160_obj = asm/rm86-elf.o $rc5_obj = asm/r586-elf.o +*** debug-solaris-sparcv8-cc +$cc = cc +$cflags = -DREF_CHECK -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W +$unistd = +$thread_cflag = -D_REENTRANT +$lflags = -lsocket -lnsl +$bn_ops = BN_LLONG RC4_CHAR DES_PTR DES_RISC1 DES_UNROLL BF_PTR +$bn_obj = asm/sparcv8.o +$des_obj = +$bf_obj = +$md5_obj = +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = + *** debug-solaris-sparcv8-gcc $cc = gcc $cflags = -DREF_CHECK -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN @@ -704,7 +721,7 @@ $thread_cflag = -D_REENTRANT $lflags = -lsocket -lnsl $bn_ops = BN_LLONG RC4_CHAR DES_UNROLL BF_PTR -$bn_obj = +$bn_obj = asm/sparcv8.o $des_obj = $bf_obj = $md5_obj = @@ -714,6 +731,23 @@ $rmd160_obj = $rc5_obj = +*** debug-solaris-sparcv9-cc +$cc = cc +$cflags = -DREF_CHECK -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC +$unistd = +$thread_cflag = -D_REENTRANT +$lflags = -lsocket -lnsl +$bn_ops = BN_LLONG RC4_CHAR DES_PTR DES_RISC1 DES_UNROLL BF_PTR +$bn_obj = asm/sparcv8plus.o +$des_obj = +$bf_obj = +$md5_obj = asm/md5-sparcv8plus.o +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = + *** debug-solaris-sparcv9-gcc $cc = gcc $cflags = -DREF_CHECK -DCRYPTO_MDEBUG_ALL -O -g -mcpu=ultrasparc -Wall -DB_ENDIAN