comparison gcc/config/bfin/uclinux.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Copyright (C) 2005-2017 Free Software Foundation, Inc. 1 /* Copyright (C) 2005-2018 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify it under 5 GCC is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free 6 the terms of the GNU General Public License as published by the Free
27 27
28 #define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS() 28 #define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS()
29 29
30 #undef LINK_GCC_C_SEQUENCE_SPEC 30 #undef LINK_GCC_C_SEQUENCE_SPEC
31 #define LINK_GCC_C_SEQUENCE_SPEC "\ 31 #define LINK_GCC_C_SEQUENCE_SPEC "\
32 %{mfast-fp:-lbffastfp} %G %L %{mfast-fp:-lbffastfp} %G \ 32 %{mfast-fp:-lbffastfp} %G %{!nolibc:%L} %{mfast-fp:-lbffastfp} %G \
33 " 33 "
34 34
35 #undef TARGET_SUPPORTS_SYNC_CALLS 35 #undef TARGET_SUPPORTS_SYNC_CALLS
36 #define TARGET_SUPPORTS_SYNC_CALLS 1 36 #define TARGET_SUPPORTS_SYNC_CALLS 1
37 37