genodelabs / genode-world

Collection of community-maintained components for Genode
Other
44 stars 46 forks source link

glmark2: Update to current version #326

Closed ssumpf closed 1 year ago

ssumpf commented 1 year ago

Genode's glmark2 does not compile with gcc-12. It could be fixed by patches, but I think an update is the preferred solution.

ssumpf commented 1 year ago

429642d updates glmark2, but requires 57e2b6d from my gcc-12 branch for

std::basic_filebuf<char, std::char_traits<char> >::basic_filebuf(std::basic_filebuf<char, std::char_traits<char> >&&)
chelmuth commented 1 year ago

Thanks, merged both commits to the staging branches.

chelmuth commented 1 year ago

Merged to master.