mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 06:16:03 +01:00
09908323b5
Two notes by myself: * I've changed the patch to remove code duplication. This is always preferable. * GCC4 packages may break, because Haiku does not claim to keep binary compatibility with itself until after the R1 release. Even then we may not keep it for GCC4, since Haiku will most likely be GCC2, and there will be a real GCC4 switch where we will try to make API changes that will be supported in future releases. So GCC4 packages should be considered very carefully. In the case of Pe, there may be the benefit of faster launch times, since most libs will be already loaded (unlike if it's a GCC2 package on a GCC4 Haiku). I am just saying the benefits need to outweight the additional work to maintain and test these packages. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29744 a95241bf-73f2-0310-859d-f6bbb57e9c96