mirror of
https://github.com/ipxe/ipxe
synced 2026-02-11 05:38:16 +03:00
[build] Enable building with the Intel C compiler (icc)
This commit is contained in:
8
src/libgcc/icc.c
Normal file
8
src/libgcc/icc.c
Normal 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 */
|
||||
}
|
||||
Reference in New Issue
Block a user