aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/gcc.txt
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-17 15:38:34 +0200
committerSimon Warta <[email protected]>2015-07-21 20:08:05 +0200
commitccf161fe856bc5f4e9f1ed2a44906b49e6d70b39 (patch)
tree1473345317a2b1a77be01e84121a1e29e4f6ee0e /src/build-data/cc/gcc.txt
parent8e9d312b21ee1214db1998a0b0057a7d10477d42 (diff)
Rename so_link_flags to so_link_commands
Diffstat (limited to 'src/build-data/cc/gcc.txt')
-rw-r--r--src/build-data/cc/gcc.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt
index c0cb258fb..225440a35 100644
--- a/src/build-data/cc/gcc.txt
+++ b/src/build-data/cc/gcc.txt
@@ -28,7 +28,7 @@ visibility_attribute '__attribute__((visibility("default")))'
makefile_style gmake
-<so_link_flags>
+<so_link_commands>
# The default works for GNU ld and several other Unix linkers
default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)"
default-debug -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)"
@@ -41,14 +41,14 @@ solaris -> "$(CXX) -shared -fPIC -Wl,-h,$(SONAME)"
# AIX and OpenBSD don't use sonames at all
aix -> "$(CXX) -shared -fPIC"
openbsd -> "$(CXX) -shared -fPIC"
-</so_link_flags>
+</so_link_commands>
-<binary_link_command>
+<binary_link_commands>
linux -> "$(LINKER) -Wl,-rpath=\$$ORIGIN"
linux-debug -> "$(LINKER) -Wl,-rpath=\$$ORIGIN"
default -> "$(LINKER)"
default-debug -> "$(LINKER)"
-</binary_link_command>
+</binary_link_commands>
<isa_flags>
sse2 -> "-msse2"