comparison gcc/config/sh/newlib.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Definitions of target machine for gcc for Super-H using sh-superh-elf. 1 /* Definitions of target machine for gcc for Super-H using sh-superh-elf.
2 Copyright (C) 2001, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2001-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GNU CC. 4 This file is part of GNU CC.
5 5
6 GNU CC is free software; you can redistribute it and/or modify 6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
21 /* This header file is used when with_libgloss is enabled during gcc 21 /* This header file is used when with_libgloss is enabled during gcc
22 configuration. */ 22 configuration. */
23 23
24 #undef LIB_SPEC 24 #undef LIB_SPEC
25 #define LIB_SPEC "-lc -lgloss" 25 #define LIB_SPEC "-lc -lgloss"
26
27 #undef NO_IMPLICIT_EXTERN_C
28 #define NO_IMPLICIT_EXTERN_C 1
29