summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-10 22:20:42 +0200
committerBruno Haible <bruno@clisp.org>2009-04-10 22:28:44 +0200
commited228dc54704d76d957e0ec0e52f76cb5f615054 (patch)
treeb7fe15c09932c80887809fd976a34c915c17afd4
parentf942a32fae64439263111e4f682fbdaafe8f575d (diff)
downloadlibunistring-ed228dc54704d76d957e0ec0e52f76cb5f615054.tar.gz
Recommend --disable-dependency-tracking.
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f047cab..2496e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-04-10 Bruno Haible <bruno@clisp.org>
+ * INSTALL (Multiple Architectures): Recommend to use
+ --disable-dependency-tracking.
+ Suggested by Peter O'Gorman <peter@pogma.com>.
+
+2008-04-10 Bruno Haible <bruno@clisp.org>
+
Replace HAVE_INLINE in installed include files.
* lib/unistring-inline.h: New file.
* lib/unistring-notinline.h: New file.
diff --git a/INSTALL b/INSTALL
index 016facb..9d4ec2e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -115,7 +115,8 @@ this:
./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
- CPP="gcc -E" CXXCPP="g++ -E"
+ CPP="gcc -E" CXXCPP="g++ -E" \
+ --disable-dependency-tracking
This is not guaranteed to produce working output in all cases. You
may have to build one architecture at a time and combine the results