Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config fix the powerpc build, by ...



details:   https://anonhg.NetBSD.org/src/rev/ac96590bf838
branches:  trunk
changeset: 825468:ac96590bf838
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 15 23:52:30 2017 +0000

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

diffstat:

 external/gpl3/gcc/dist/gcc/config/netbsd.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r af11f07a8546 -r ac96590bf838 external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h        Sat Jul 15 23:26:46 2017 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h        Sat Jul 15 23:52:30 2017 +0000
@@ -197,6 +197,7 @@
 #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.  */



Home | Main Index | Thread Index | Old Index