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
0000712 [uClibc++] Other minor sometimes 02-09-06 21:08 02-09-06 21:26
Reporter faye2040 View Status public  
Assigned To gkajmowi
Priority normal Resolution fixed  
Status resolved   Product Version 0.1.12
Summary 0000712: __UCLIBCXX_HAS_LONG_DOUBLE__ should be defined only when __UCLIBCXX_HAS_FLOATS__
Description My MIPS toolchain does not support long double routines in libm.a, thus I turned off "__UCLIBCXX_HAS_FLOATS__" from menu config, yet this does not turn off "__UCLIBCXX_HAS_LONG_DOUBLE__", so I suggest to modify system_configuration.h to support this:
#ifdef __UCLIBCXX_HAS_FLOATS__
#define __UCLIBCXX_HAS_LONG_DOUBLE__ 1
#else
#undef __UCLIBCXX_HAS_LONG_DOUBLE__
#endif
Additional Information
Attached Files

- Relationships

- Notes
(0001078)
gkajmowi
02-09-06 21:26

Fix now in SVN.
 

- Issue History
Date Modified Username Field Change
02-09-06 21:08 faye2040 New Issue
02-09-06 21:08 faye2040 Status new => assigned
02-09-06 21:08 faye2040 Assigned To  => gkajmowi
02-09-06 21:26 gkajmowi Status assigned => resolved
02-09-06 21:26 gkajmowi Fixed in Version  => 0.2.0
02-09-06 21:26 gkajmowi Resolution open => fixed
02-09-06 21:26 gkajmowi Note Added: 0001078


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker