summaryrefslogtreecommitdiffstats
path: root/src/libgcc/icc.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] Mark __intel_new_proc_init with __libgcc rather than cdeclMichael Brown2009-08-031-1/+1
| | | | | | | | | | 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.
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-261-0/+8