[gcc4] compatibility functions not built
Reported by: |
danny@… |
Owned by: |
axeld |
Priority:
|
normal
|
Milestone:
|
R1
|
Component:
|
- General
|
Version:
|
|
Keywords:
|
|
Cc:
|
diver
|
Blocked By:
|
|
Blocking:
|
|
Platform:
|
All
|
|
|
In libroot (specifically libroot/os/arch/x86/compatibility.c) all functions are
protected by a GNUC check which fails under GCC4. However libtracker.so
requires a couple of the functions to build (_kset_fd_limit_ amongst others).
Removing the check allows libroot and libtracker to build correctly. (Unable to
check whether it runs correctly though).
Fixed in hrev18570.