diff options
author | netchild <netchild@FreeBSD.org> | 2002-03-26 17:01:09 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-03-26 17:01:09 +0000 |
commit | 3c794396d2df8c918b62bc2ecd877720b1b0656a (patch) | |
tree | 6e81d4f52758466b68f42375d56d214541a70409 /lang/icc/files | |
parent | f7a7eb67533f9dc4c8fda33a98547745bf5040d0 (diff) | |
download | FreeBSD-ports-3c794396d2df8c918b62bc2ecd877720b1b0656a.zip FreeBSD-ports-3c794396d2df8c918b62bc2ecd877720b1b0656a.tar.gz |
This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects.
This port is not able to produce native executables on its own. You need to do
it yourself with gcc.
Approved by: steve
Diffstat (limited to 'lang/icc/files')
-rw-r--r-- | lang/icc/files/patch-include | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/icc/files/patch-include b/lang/icc/files/patch-include new file mode 100644 index 0000000..f52262d --- /dev/null +++ b/lang/icc/files/patch-include @@ -0,0 +1,13 @@ +--- opt/intel/compiler50/ia32/include/yvals.h.org Thu Jan 24 11:42:22 2002 ++++ opt/intel/compiler50/ia32/include/yvals.h Thu Jan 24 11:42:39 2002 +@@ -4,10 +4,6 @@ + #define _YVALS + #include <stdarg.h> + +-#include <features.h> /* Get glibc version __GLIBC__ and __GLIBC_MINOR__*/ +-#define __GLIBC_2_2 ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 2)) +- /* true if glibc-2.2 and older is used */ +- + #define _CPPLIB_VER 310 + + #if defined(ia64) || defined(__ia64) || defined(__ia64__) /* assume Itanium */ |