Don't build the assembly for shared linkage, PIC isn't implemented.
This commit is contained in:
parent
db4b7a727b
commit
563552afce
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user