ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
280 stars 92 forks source link

Library problems with gcc 7.2.0 without -flto -ffat-lto-objects CFLAGS #87

Closed crystalct closed 4 years ago

crystalct commented 4 years ago

libcairo.a and libpixman-1.a doesn't work. Probably many others libs.

miigotu commented 4 years ago

Make a PR? ;)

crystalct commented 4 years ago

What's a PR?

miigotu commented 4 years ago

A pull request

bucanero commented 4 years ago

@crystalct btw, you updated the cairo and pixman libs, right? if you can, submit the scripts to the ps3libraries repo; I think it's nice to have updated versions. 😄

zeldin commented 4 years ago

I fixed the cairo issue by removing -flto. (Upstreams cairo 1.14 and newer already have this fix, we might want to consider bumping to cairo 1.14.12 at some point.)

What was the issue with libpixman?