From f43579d10c48a2a21c8f418a2a1a7de118b52429 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:23 +0000 Subject: 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. --- buildlib/environment.mak.in | 1 + 1 file changed, 1 insertion(+) (limited to 'buildlib/environment.mak.in') 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 -- cgit v1.2.3