[Home]

Summary:ASTERISK-03054: [patch] GSM compilation on PPC64 platform
Reporter:crimd (crimd)Labels:
Date Opened:2004-12-20 14:31:54.000-0600Date Closed:2008-01-15 15:17:28.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ppc64_gsm_makefile.patch
Description:GSM fails to compile on ppc64 because of a small omission in its Makefile.

Attached a patch to the Makefile, added ppc64 ifdef clauses.

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

gcc  -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC -march= -fomit-frame-pointer -DSASR -DNDEBUG    -DWAV49   -I./inc src/add.c
cc1: error: invalid option `arch='
make: *** [src/add.o] Error 1
Comments:By: Clod Patry (junky) 2004-12-20 14:38:44.000-0600

Disclaimer on file?

By: Mark Spencer (markster) 2004-12-20 18:53:41.000-0600

Fixed in CVS, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:17:28.000-0600

Repository: asterisk
Revision: 4506

U   trunk/codecs/gsm/Makefile

------------------------------------------------------------------------
r4506 | markster | 2008-01-15 15:17:28 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix Makefile for ppc64 (bug ASTERISK-3054)

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

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