[uClibc-cvs] [uClibc 0000274]: simplify makefiles/generalize and correct ssp on threads

bugs at busybox.net bugs at busybox.net
Sat May 28 21:19:05 UTC 2005


The following issue has been RESOLVED.
======================================================================
<http://busybox.net/bugs/view.php?id=274> 
======================================================================
Reported By:                psm
Assigned To:                uClibc
======================================================================
Project:                    uClibc
Issue ID:                   274
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             05-26-2005 08:26 PDT
Last Modified:              05-28-2005 14:19 PDT
======================================================================
Summary:                    simplify makefiles/generalize and correct ssp on
threads
Description: 
Rules.mak defines LDFLAGS_NOSTRIP and LDFLAGS
LDFLAGS=LDFLAGS_NOSTRIP for DODEBUG, else += -s
CFLAGS is defined first generic with all common options (added -z defs)
depending on DODEBUG then it gets optimization or not
pthread Makefile uses Rules.mak for LDFLAGS, libthread.so is never
stripped
(uses LDFLAGS_NOSTRIP), liibthread_db is stripped depending on DODEBUG
assembler check option using --help | grep; replaced by a function
DODEBUG enforces PTHREADS_DEBUG_SUPPORT if threads are enabled
ssp corrected for libpthread
cleanup libpthread[_db] makefile
======================================================================

----------------------------------------------------------------------
 jocke - 05-28-05 14:19 
----------------------------------------------------------------------
Added to SVN.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-26-05 08:26 psm            New Issue                                    
05-26-05 08:26 psm            File Added: uClibc-0.9.27-opt-new.patch           
        
05-28-05 14:19 jocke          Status                   assigned => resolved
05-28-05 14:19 jocke          Resolution               open => fixed       
05-28-05 14:19 jocke          Note Added: 0000217                          
======================================================================




More information about the uClibc-cvs mailing list