Don't build the assembly for shared linkage, PIC isn't implemented.

This commit is contained in:
wollman 1999-02-26 18:43:01 +00:00
parent db4b7a727b
commit 563552afce

View File

@ -5,6 +5,7 @@
* SOL - Solaris style elf
*/
#ifndef PIC
#define TYPE(a,b) .type a,b
#define SIZE(a,b) .size a,b
@ -2014,3 +2015,4 @@ ripemd160_block_x86:
.ripemd160_block_x86_end:
SIZE(ripemd160_block_x86,.ripemd160_block_x86_end-ripemd160_block_x86)
.ident "desasm.pl"
#endif /* not PIC */