mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
1f7d550246
The function __intel_new_proc_init() (called implicitly when building using icc) is marked with __attribute__((cdecl)). This breaks building on x86_64, where cdecl is meaningless. Fix by replacing with the existing __libgcc macro, which is already defined to be "__attribute__((cdecl))" for i386 builds and empty for x86_64 builds. |
||
---|---|---|
.. | ||
__divdi3.c | ||
__moddi3.c | ||
__udivdi3.c | ||
__udivmoddi4.c | ||
__umoddi3.c | ||
icc.c | ||
libgcc.h | ||
memcpy.c |