|
Lines 121-126
Link Here
|
| 121 |
use xml2 && CFLAGS="${CFLAGS} $(pkg-config --cflags libxml-2.0)" |
121 |
use xml2 && CFLAGS="${CFLAGS} $(pkg-config --cflags libxml-2.0)" |
| 122 |
use xml2 && LIBS="${LIBS} $(pkg-config --libs libxml-2.0)" |
122 |
use xml2 && LIBS="${LIBS} $(pkg-config --libs libxml-2.0)" |
| 123 |
|
123 |
|
|
|
124 |
# fix bug 88344 |
| 125 |
if use mips && [ `gcc-version` == 3.4 ]; then |
| 126 |
append-flags "-fno-unit-at-a-time -fno-merge-constants" |
| 127 |
fi |
| 128 |
|
| 124 |
# Detect mips systems properly |
129 |
# Detect mips systems properly |
| 125 |
gnuconfig_update |
130 |
gnuconfig_update |
| 126 |
|
131 |
|