[svn-commits] branch 1.2 r211 - /branches/1.2/format_mp3/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Apr 30 06:26:10 MST 2006


Author: kpfleming
Date: Sun Apr 30 08:26:09 2006
New Revision: 211

URL: http://svn.digium.com/view/asterisk-addons?rev=211&view=rev
Log:
there is no need to supply -m64 for building on 64-bit systems

Modified:
    branches/1.2/format_mp3/Makefile

Modified: branches/1.2/format_mp3/Makefile
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/format_mp3/Makefile?rev=211&r1=210&r2=211&view=diff
==============================================================================
--- branches/1.2/format_mp3/Makefile (original)
+++ branches/1.2/format_mp3/Makefile Sun Apr 30 08:26:09 2006
@@ -12,7 +12,7 @@
 # You must have GCC 3.4 to use k8, otherwise use athlon
 PROC=k8
 #PROC=athlon
-OPTIONS+=-m64
+#OPTIONS+=-m64
 endif
 ifeq ($(PROC),sparc64)
 #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.



More information about the svn-commits mailing list