http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47035
Summary: libgcc/config/t-softfp not used on darwin
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: [email protected]
ReportedBy: [email protected]
Currently we emit a lot of missing prototype warnings in the libgcc build of
the soft-fp files on darwin which aren't present on linux. This is because,
unlike linux, is not using libgcc/config/t-softfp which sets...
INTERNAL_CFLAGS += -Wno-missing-prototypes -Wno-type-limits