From: claziss <claz...@synopsys.com>

If no specs file is provided, default to nosys library.

Ok to apply?
Claudiu

gcc/
2017-05-03  Claudiu Zissulescu  <claz...@synopsys.com>

        * config/arc/elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
---
 gcc/config/arc/elf.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/config/arc/elf.h b/gcc/config/arc/elf.h
index 43ced3b720f..66ee5b698ea 100644
--- a/gcc/config/arc/elf.h
+++ b/gcc/config/arc/elf.h
@@ -73,3 +73,8 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef TARGET_ASM_FILE_END
 #define TARGET_ASM_FILE_END arc_file_end
+
+/* If no specs file is enforced, default to nosys libarary.  */
+#undef LINK_GCC_C_SEQUENCE_SPEC
+#define LINK_GCC_C_SEQUENCE_SPEC                               \
+  "--start-group %G %{!specs=*:-lc -lnosys} --end-group"
-- 
2.14.3

Reply via email to