summaryrefslogtreecommitdiff
path: root/bootstrap/README.Linux
diff options
context:
space:
mode:
authorgrant <grant>2005-02-16 11:02:50 +0000
committergrant <grant>2005-02-16 11:02:50 +0000
commit0b3498bb076bd4233d9a3e883279045b4e0739ba (patch)
tree9a2bd8199d4e0ee4c14fdfaedf0194e3dd69a20f /bootstrap/README.Linux
parentbdf502acdbdff44f7caef1968b94abf3eb362ece (diff)
downloadpkgsrc-0b3498bb076bd4233d9a3e883279045b4e0739ba.tar.gz
note that icc 8.1 needs to be built with -i-static.
Diffstat (limited to 'bootstrap/README.Linux')
-rw-r--r--bootstrap/README.Linux5
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