diff options
author | grant <grant@pkgsrc.org> | 2005-02-16 11:02:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-02-16 11:02:50 +0000 |
commit | fb402ec4509f246abfdc82d65510925ff553378a (patch) | |
tree | 9a2bd8199d4e0ee4c14fdfaedf0194e3dd69a20f /bootstrap | |
parent | a798d594349d02382bb4704838875e9703ec9e68 (diff) | |
download | pkgsrc-fb402ec4509f246abfdc82d65510925ff553378a.tar.gz |
note that icc 8.1 needs to be built with -i-static.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.Linux | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux index 5196062358c..7bcb1a8108c 100644 --- a/bootstrap/README.Linux +++ b/bootstrap/README.Linux @@ -1,4 +1,4 @@ -$NetBSD: README.Linux,v 1.2 2005/02/15 09:39:06 grant Exp $ +$NetBSD: README.Linux,v 1.3 2005/02/16 11:02:50 grant Exp $ Please read the general README file as well. @@ -15,6 +15,9 @@ directory: env CC=/opt/intel_cc_80/bin/icc LDFLAGS=-static-libcxa \ ac_cv___attribute__=yes ./bootstrap +note: icc 8.1 needs the `-i-static' argument instead of +-static-libcxa. + icc supports __attribute__, but the GNU configure test uses a nested function, which icc does not support. #undef'ing __attribute__ has the unfortunate side-effect of breaking many of the Linux header files, which |