Enabled private BeOS syscalls for the build with GCC 4 as well for now, until
this issue has been solved in the code that needs them (which is the same as the PPC version also does at this time). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18570 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
68f9cce4c9
commit
48096634af
@ -3,7 +3,10 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#if __GNUC__ < 3
|
||||
// TODO: temporary measurement to fix the build with GCC 4 - in the end, these
|
||||
// private syscalls shouldn't be used anywhere in the Haiku tree, at the very
|
||||
// least they should only be used when compiling for GCC 2.95.3, though.
|
||||
#if __GNUC__ < 30
|
||||
|
||||
// This file includes some known R5 syscalls
|
||||
// ToDo: maybe they should indeed do something...
|
||||
|
Loading…
x
Reference in New Issue
Block a user