[Home]

Summary:ASTERISK-02299: [PATCH]: Minor sparc optimiation in build system for libpri
Reporter:belgarath (belgarath)Labels:
Date Opened:2004-08-31 02:06:35Date Closed:2004-09-25 02:07:31
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The Current build system for libpri does not support any real compiler optimizations. I see this as a problem so the following patch will provide some basic core optimizations that are available to the old version of GCC used in debian stable, one of the few distributions available for this arch. In the future I hope to provide gcc version dependant flags for everything but for now this works for even the old versions currently in common use.

They are only activated when a 64 bit ultrasparc cpu is detected and will not change the basic build structure.

The patch is in cvs diff -u format and is located at http://www.hakt.tk/libpri-sparc.patch


****** STEPS TO REPRODUCE ******

Follow the readme or instructions at http://www.asterisk.org/index.php?menu=download

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

The patch is available at http://www.hakt.tk/libpri-sparc.patch
Comments:By: Mark Spencer (markster) 2004-08-31 13:37:50

Added to CVS as per your earlier comments in the other sparc optimization bug