summaryrefslogtreecommitdiff
path: root/gcc/config/i386/linux64.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/linux64.h')
-rw-r--r--gcc/config/i386/linux64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h
index 118128174b3..c6d8244c775 100644
--- a/gcc/config/i386/linux64.h
+++ b/gcc/config/i386/linux64.h
@@ -80,8 +80,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
%{!shared: \
%{!static: \
%{rdynamic:-export-dynamic} \
- %{" SPEC_32 ":%{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER32 "}} \
- %{" SPEC_64 ":%{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER64 "}}} \
+ %{" SPEC_32 ":-dynamic-linker " LINUX_DYNAMIC_LINKER32 "} \
+ %{" SPEC_64 ":-dynamic-linker " LINUX_DYNAMIC_LINKER64 "}} \
%{static:-static}}"
/* Similar to standard Linux, but adding -ffast-math support. */