[Home]

Summary:ASTERISK-04454: [patch] Allow building asterisk for other CPUs than current system
Reporter:Thorsten Lockert (tholo)Labels:
Date Opened:2005-06-21 20:03:18Date Closed:2008-01-15 15:38:59.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) proc.patch
Description:Sometimes one might want to be able to override which CPU to build for on the command line -- e.g. for using a fast system to build for a slower system (i686 but run on i586).

****** ADDITIONAL INFORMATION ******

The top-level Makefile unconditionally sets $(PROC) to the result of "uname -m".  The attached patch changes this to only set it if it has not already been set.
Comments:By: Kevin P. Fleming (kpfleming) 2005-06-21 20:09:15

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:38:59.000-0600

Repository: asterisk
Revision: 5966

U   trunk/Makefile

------------------------------------------------------------------------
r5966 | kpfleming | 2008-01-15 15:38:59 -0600 (Tue, 15 Jan 2008) | 2 lines

allow PROC to be supplied on the make command line (bug ASTERISK-4454)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5966