From 1c67623e37dada045e9b5d1f5e19b414cc79c3e3 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 10 Mar 2009 17:50:01 +0000 Subject: [build] Enable building with the Intel C compiler (icc) --- src/libgcc/icc.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/libgcc/icc.c (limited to 'src/libgcc') diff --git a/src/libgcc/icc.c b/src/libgcc/icc.c new file mode 100644 index 00000000..7540bf0e --- /dev/null +++ b/src/libgcc/icc.c @@ -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 */ +} -- cgit v1.2.3-55-g7522