comparison gcc/config/arm/freebsd.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Definitions of target machine for GNU compiler, FreeBSD/arm version. 1 /* Definitions of target machine for GNU compiler, FreeBSD/arm version.
2 Copyright (C) 2002-2018 Free Software Foundation, Inc. 2 Copyright (C) 2002-2020 Free Software Foundation, Inc.
3 Contributed by Wasabi Systems, Inc. 3 Contributed by Wasabi Systems, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
44 #define SUBTARGET_ASM_FLOAT_SPEC "%{!mfpu=*:-mfpu=softvfp}" 44 #define SUBTARGET_ASM_FLOAT_SPEC "%{!mfpu=*:-mfpu=softvfp}"
45 #endif 45 #endif
46 46
47 #undef LINK_SPEC 47 #undef LINK_SPEC
48 #define LINK_SPEC " \ 48 #define LINK_SPEC " \
49 %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \ 49 %{p:%nconsider using `-pg' instead of `-p' with gprof (1)} \
50 %{v:-V} \ 50 %{v:-V} \
51 %{assert*} %{R*} %{rpath*} %{defsym*} \ 51 %{assert*} %{R*} %{rpath*} %{defsym*} \
52 %{shared:-Bshareable %{h*} %{soname*}} \ 52 %{shared:-Bshareable %{h*} %{soname*}} \
53 %{!shared: \ 53 %{!shared: \
54 %{!static: \ 54 %{!static: \