fix the powerpc build, by undefining the EH_SPEC entry first.
This commit is contained in:
parent
083a5e3b76
commit
6c406925bb
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue