diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:23 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:23 +0000 |
commit | f43579d10c48a2a21c8f418a2a1a7de118b52429 (patch) | |
tree | c216058162ad69f36957a47c1f8996ec1fe54476 /buildlib/environment.mak.in | |
parent | c0f453871317ecccff95b132a093e30288555036 (diff) |
Removed the tl_* macros, as dpkg doesn't use them, so w...
Author: doogie
Date: 1999-12-10 03:20:21 GMT
Removed the tl_* macros, as dpkg doesn't use them, so why should we?
Added smp configure support detection, so on cpu >= 2, we compile in
parallel. The default multiplier is 2(2 processes per cpu) on machines
with more than one cpu. Non-smp boxen compile 1 process at a time.
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 43827d508..6a1d77a41 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -6,6 +6,7 @@ CC = @CC@ CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT CXX = @CXX@ CXXFLAGS+= @CXXFLAGS@ @X_CFLAGS@ +NUM_PROCS = @NUM_PROCS@ # Linker stuff PICFLAGS+= -fPIC -DPIC |