Commit b0e281d
committed
MACOSXPPC: Follow upstream dockerized-bb's update for SDL1.2, minus one OSXPPC PR
I avoided updating the SDL1.2 snapshots until now, because of the
libsdl-org/SDL-1.2#871 changes I don't trust
much (they just look untested).
Now I think it's time to sync our SDL1.2 snapshot again, but I've
chosen to revert this PR. It just looks like it reinstates code
that was disabled for years and years, and it looks like it only
affected OSX 10.3 and below, for which we don't care.
Maybe there's something good to be picked up in this PR, but for
now I'm not aware of a major issue regarding SDL1.2, and I've spent
enough time trying to understand what this old code does.
My findings were added to the top of this patch.
SDL1.2 remains built with /usr/bin/gcc-4.0 because of its reliance
on the Apple-only behavior of the -faltivec flag (otherwise, we either
loose Altivec acceleration code, or G3 compatibility).1 parent 99375af commit b0e281d
File tree
2 files changed
+55
-4
lines changed- toolchains/macosx-ppc/packages/libsdl1.2
- patches
2 files changed
+55
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments