Lines 329-335
Link Here
|
329 |
.elif ${ARCH:Mpowerpc*} |
329 |
.elif ${ARCH:Mpowerpc*} |
330 |
. if ${ARCH} == "powerpc64" |
330 |
. if ${ARCH} == "powerpc64" |
331 |
MOZ_EXPORT+= UNAME_m="${ARCH}" |
331 |
MOZ_EXPORT+= UNAME_m="${ARCH}" |
|
|
332 |
. if ${PPC_ABI} == ELFv1 |
332 |
CFLAGS+= -mminimal-toc |
333 |
CFLAGS+= -mminimal-toc |
|
|
334 |
. endif |
333 |
. endif |
335 |
. endif |
334 |
.elif ${ARCH} == "sparc64" |
336 |
.elif ${ARCH} == "sparc64" |
335 |
# Work around miscompilation/mislinkage of the sCanonicalVTable hacks. |
337 |
# Work around miscompilation/mislinkage of the sCanonicalVTable hacks. |