BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000274 [uClibc] Other minor always 05-26-05 08:26 08-02-05 20:15
Reporter psm View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000274: 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
Additional Information
Attached Files  uClibc-0.9.27-opt-new.patch [^] (7,239 bytes) 05-26-05 08:26

- Relationships

- Notes
(0000217)
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
08-02-05 20:15 andersen Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker