diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-19 21:57:46 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-19 21:57:46 +0000 |
commit | b07aee39e538adfcfd30de4fc56d3df33d7a1b7f (patch) | |
tree | ea1c9a2eae79ec8db0bec9250e488abbf5e698dc /debian/patches/gcc-hash-style-gnu.diff | |
parent | 8d71a3c889d83af035cf16833040e2d93479effe (diff) | |
download | gcc-48-b07aee39e538adfcfd30de4fc56d3df33d7a1b7f.tar.gz |
- Fix typo in gcc-hash-style-gnu.diff
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@6869 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/gcc-hash-style-gnu.diff')
-rw-r--r-- | debian/patches/gcc-hash-style-gnu.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/gcc-hash-style-gnu.diff b/debian/patches/gcc-hash-style-gnu.diff index 3e29843..5f348c6 100644 --- a/debian/patches/gcc-hash-style-gnu.diff +++ b/debian/patches/gcc-hash-style-gnu.diff @@ -69,12 +69,12 @@ Index: b/src/gcc/config/rs6000/linux64.h #endif -#define LINK_OS_LINUX_SPEC32 LINK_OS_LINUX_EMUL32 " %{!shared: %{!static: \ -+#define LINK_OS_LINUX_SPEC32 LINK_OS_LINUX_EMUL32 " --hash-style=both %{!shared: %{!static: \ ++#define LINK_OS_LINUX_SPEC32 LINK_OS_LINUX_EMUL32 " --hash-style=gnu %{!shared: %{!static: \ %{rdynamic:-export-dynamic} \ -dynamic-linker " GNU_USER_DYNAMIC_LINKER32 "}}" -#define LINK_OS_LINUX_SPEC64 LINK_OS_LINUX_EMUL64 " %{!shared: %{!static: \ -+#define LINK_OS_LINUX_SPEC64 LINK_OS_LINUX_EMUL64 " --hash-style=both %{!shared: %{!static: \ ++#define LINK_OS_LINUX_SPEC64 LINK_OS_LINUX_EMUL64 " --hash-style=gnu %{!shared: %{!static: \ %{rdynamic:-export-dynamic} \ -dynamic-linker " GNU_USER_DYNAMIC_LINKER64 "}}" |