http://git.etherboot.org
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[build] Enable building with the Intel C compiler (icc)
[gpxe.git]
/
src
/
libgcc
/
icc.c
1
/*
2
* Intel's compiler creates an implicit call to this function at the
3
* start of main().
4
*
5
*/
6
void __attribute__ (( cdecl )) __intel_new_proc_init ( void ) {
7
/* Do nothing */
8
}