https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-12-06
CC| |ebotcazou at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> It seems likely that this is a Darwin problem only; I don't know how to
> approach this as a top-level issue (do other languages use exceptions? given
> the recommendations above re: -static-libgcc, should the configure.ac
> default settings of stage1_ldflags and poststage1_ldflags include
> -static-libgcc?)
Yes, only Darwin is plagued with this kind of problems. The patch looks
plausible, but then the GCC_LINK_FLAGS line must be removed from the Darwin
section and the change just be:
ifneq ($(strip $(filter-out darwin%,$(host_os))),)
endif
around the existing GCC_LINK_FLAGS.