[libpri-commits] wendell: branch 1.4 r1482 - /branches/1.4/Makefile

SVN commits to the libpri project libpri-commits at lists.digium.com
Thu Feb 11 11:35:53 CST 2010


Author: wendell
Date: Thu Feb 11 11:35:49 2010
New Revision: 1482

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1482
Log:
Added CPUARCH option for selecting a 32-bit build from the command line.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svnview.digium.com/svn/libpri/branches/1.4/Makefile?view=diff&rev=1482&r1=1481&r2=1482
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Feb 11 11:35:49 2010
@@ -119,6 +119,11 @@
 LIBPRI_OPT = -O2
 endif
 
+ifeq ($(CPUARCH),i686)
+CFLAGS += -m32
+SOFLAGS += -m32
+endif
+
 all: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
 
 update:




More information about the libpri-commits mailing list