Loading config +1 −1 Original line number Original line Diff line number Diff line Loading @@ -440,7 +440,7 @@ then fi fi if [ "$OUT" = "i86pc-sun-solaris2" ] if [ "$OUT" = "i86pc-sun-solaris2" ] then then ASM=`as -V /dev/null` ASM=`as -V /dev/null 2>&1` case "$ASM" in case "$ASM" in GNU*) ;; GNU*) ;; *) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;; *) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;; Loading Loading
config +1 −1 Original line number Original line Diff line number Diff line Loading @@ -440,7 +440,7 @@ then fi fi if [ "$OUT" = "i86pc-sun-solaris2" ] if [ "$OUT" = "i86pc-sun-solaris2" ] then then ASM=`as -V /dev/null` ASM=`as -V /dev/null 2>&1` case "$ASM" in case "$ASM" in GNU*) ;; GNU*) ;; *) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;; *) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;; Loading