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

bugs at busybox.net bugs at busybox.net
Thu May 26 15:26:44 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<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:                     assigned
======================================================================
Date Submitted:             05-26-2005 08:26 PDT
Last Modified:              05-26-2005 08:26 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
======================================================================

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           
        
======================================================================




More information about the uClibc-cvs mailing list