[build] Enable building with the Intel C compiler (icc)

This commit is contained in:
Michael Brown
2009-03-10 17:50:01 +00:00
parent 16aa435567
commit 1c67623e37
13 changed files with 363 additions and 37 deletions

8
src/libgcc/icc.c Normal file
View File

@@ -0,0 +1,8 @@
/*
* Intel's compiler creates an implicit call to this function at the
* start of main().
*
*/
void __attribute__ (( cdecl )) __intel_new_proc_init ( void ) {
/* Do nothing */
}