summaryrefslogtreecommitdiff
path: root/INSTALL
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 /INSTALL
parentf942a32fae64439263111e4f682fbdaafe8f575d (diff)
downloadlibunistring-ed228dc54704d76d957e0ec0e52f76cb5f615054.tar.gz
Recommend --disable-dependency-tracking.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
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