pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap note that icc 8.1 needs to be built with -i-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b32baceefd1
branches:  trunk
changeset: 489092:5b32baceefd1
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 16 11:02:50 2005 +0000

description:
note that icc 8.1 needs to be built with -i-static.

diffstat:

 bootstrap/README.Linux |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0381be8f9329 -r 5b32baceefd1 bootstrap/README.Linux
--- a/bootstrap/README.Linux    Wed Feb 16 11:01:03 2005 +0000
+++ b/bootstrap/README.Linux    Wed Feb 16 11:02:50 2005 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index