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/3d73a1507195
branches: trunk
changeset: 355167:3d73a1507195
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 92f6dfe548d4 -r 3d73a1507195 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