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

This commit is contained in:
Garrett Wollman 1999-02-26 18:43:01 +00:00
parent d00ed29992
commit 7c0b1b7add
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44302

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 */