|
Lines 148-153
src_compile() {
Link Here
|
| 148 |
# Deactivate assembly code for pic build |
160 |
# Deactivate assembly code for pic build |
| 149 |
myconf="${myconf} $(use_enable pic asm)" |
161 |
use pic && myconf="${myconf} --disable-asm" |
| 150 |
|
162 |
|
| 151 |
# Sparc assembly code is not working |
163 |
# Sparc assembly code is not working |
| 152 |
myconf="${myconf} $(use_enable sparc asm)" |
164 |
use sparc && myconf="${myconf} --disable-asm" |
| 153 |
|
165 |
|