|
Lines 60-68
Link Here
|
| 60 |
`use_enable 3dnow amd3d` \ |
60 |
`use_enable 3dnow amd3d` \ |
| 61 |
|| die "configure failed" |
61 |
|| die "configure failed" |
| 62 |
|
62 |
|
| 63 |
# On alpha at least, glide incorrectly guesses 486 processor. |
63 |
# On alpha and sparc at least, glide incorrectly guesses 486 processor. |
| 64 |
# Fixup the makefiles. |
64 |
# Fixup the makefiles. |
| 65 |
if use alpha; then |
65 |
if use alpha || use sparc; then |
| 66 |
find . -type f | xargs grep -le -m486 | \ |
66 |
find . -type f | xargs grep -le -m486 | \ |
| 67 |
xargs sed -i -e "s|-m486|${CFLAGS}|" |
67 |
xargs sed -i -e "s|-m486|${CFLAGS}|" |
| 68 |
fi |
68 |
fi |