Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible.
Use libstdc++, libsupc++ and libgcc from gcc_syslibs.* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so from the gcc_syslibs build feature for everything except x86_gcc2.* Use l
Use libstdc++, libsupc++ and libgcc from gcc_syslibs.* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so from the gcc_syslibs build feature for everything except x86_gcc2.* Use libgcc_s.so from the gcc_syslibs build feature for everything but x86_gcc2 (which still carries libgcc as part of libroot.so).* Drop filtering of libgcc objects for libroot, as that is no longer necessary since we're only using libgcc-as-single-object for libroot with x86_gcc2, where the filtered object file doesn't exist. Should the objects that used to be filtered cause any problems as part of libgcc_s.so, we can always filter them as part of the gcc build.* Use libsupc++.so from the gcc_syslibs build feature for everything but x86_gcc2.* Adjust all Jamfiles accordingly.* Deactivate building of faked libstdc++.so for non-x86-gcc2. For x86_gcc2, we still build libstdc++.so from the sources in the Haiku source tree as part of the Haiku build .* Put gcc_syslibs package onto the image, when needed.
show more ...
Added fixes for compiling on GCC4.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33250 a95241bf-73f2-0310-859d-f6bbb57e9c96
* Extended the test to be able to switch to the workspace(s) as defined on the command line.* Using this, you can easily reproduce #1765 on BeOS, too. Ie. while it's also a bug in Haiku, this al
* Extended the test to be able to switch to the workspace(s) as defined on the command line.* Using this, you can easily reproduce #1765 on BeOS, too. Ie. while it's also a bug in Haiku, this also shows a conceptional problem with the way LaunchBox switches to the current workspace. Stipp, any reason why it doesn't just let the window appear on all workspaces?git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24630 a95241bf-73f2-0310-859d-f6bbb57e9c96
A test app that does constant workspace switching.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23415 a95241bf-73f2-0310-859d-f6bbb57e9c96