|
Lines 76-81
Link Here
|
| 76 |
filter-flags -fPIC |
76 |
filter-flags -fPIC |
| 77 |
filter-flags -fforce-addr |
77 |
filter-flags -fforce-addr |
| 78 |
|
78 |
|
|
|
79 |
#fix #45393 |
| 80 |
if use ppc; then |
| 81 |
replace-flags -mcpu=7450 -mtune=7450 |
| 82 |
fi |
| 83 |
|
| 79 |
# fix build errors with sse2 |
84 |
# fix build errors with sse2 |
| 80 |
if use x86 ; then |
85 |
if use x86 ; then |
| 81 |
[ "`gcc-version`" == "3.2" ] && append-flags -mno-sse2 |
86 |
[ "`gcc-version`" == "3.2" ] && append-flags -mno-sse2 |