| Anonymous | Login | Signup for a new account | 11-10-2008 10:57 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |