fix the powerpc build, by undefining the EH_SPEC entry first.

This commit is contained in:
christos 2017-07-15 23:52:30 +00:00
parent 083a5e3b76
commit 6c406925bb
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ along with GCC; see the file COPYING3. If not see
#undef WINT_TYPE
#define WINT_TYPE "int"
#undef LINK_EH_SPEC
#define LINK_EH_SPEC "--eh-frame-hdr "
/* Use --as-needed -lgcc_s for eh support. */