comparison gcc/config/darwin9.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 /* Target definitions for Darwin (Mac OS X) systems. 1 /* Target definitions for Darwin (Mac OS X) systems.
2 Copyright (C) 2006-2018 Free Software Foundation, Inc. 2 Copyright (C) 2006-2020 Free Software Foundation, Inc.
3 Contributed by Apple Inc. 3 Contributed by Apple 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 7 GCC is free software; you can redistribute it and/or modify
33 %{g*:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}" 33 %{g*:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}"
34 34
35 /* Tell collect2 to run dsymutil for us as necessary. */ 35 /* Tell collect2 to run dsymutil for us as necessary. */
36 #define COLLECT_RUN_DSYMUTIL 1 36 #define COLLECT_RUN_DSYMUTIL 1
37 37
38 #undef DARWIN_PIE_SPEC
39 #define DARWIN_PIE_SPEC \
40 "%{fpie|pie|fPIE: \
41 %{mdynamic-no-pic: %n'-mdynamic-no-pic' overrides '-pie', '-fpie' or '-fPIE'; \
42 :-pie}}"
43
44 /* Only ask as for debug data if the debug style is stabs (since as doesn't 38 /* Only ask as for debug data if the debug style is stabs (since as doesn't
45 yet generate dwarf.) */ 39 yet generate dwarf.) */
46 40
47 #undef ASM_DEBUG_SPEC 41 #undef ASM_DEBUG_SPEC
48 #define ASM_DEBUG_SPEC "%{g*:%{%:debug-level-gt(0):%{gstabs:--gstabs}}}" 42 #define ASM_DEBUG_SPEC "%{g*:%{%:debug-level-gt(0):%{gstabs:--gstabs}}}"