|
1 | 1 | diff --git a/gcc/config/i386/gnu-user.h b/gcc/config/i386/gnu-user.h |
2 | | -index e1163c9..dc09728 100644 |
| 2 | +index e1163c9..b881ce2 100644 |
3 | 3 | --- a/gcc/config/i386/gnu-user.h |
4 | 4 | +++ b/gcc/config/i386/gnu-user.h |
5 | | -@@ -79,6 +79,7 @@ along with GCC; see the file COPYING3. If not see |
| 5 | +@@ -79,7 +79,8 @@ along with GCC; see the file COPYING3. If not see |
6 | 6 | %{!static: \ |
7 | 7 | %{rdynamic:-export-dynamic} \ |
8 | 8 | -dynamic-linker %(dynamic_linker)} \ |
9 | | -+ -rpath @@ARTIFACT@@/lib \ |
10 | | - %{static:-static}}" |
| 9 | +- %{static:-static}}" |
| 10 | ++ %{static:-static}} \ |
| 11 | ++ -rpath @@ARTIFACT@@/lib" |
11 | 12 |
|
12 | 13 | #undef LINK_SPEC |
| 14 | + #define LINK_SPEC GNU_USER_TARGET_LINK_SPEC |
13 | 15 | diff --git a/gcc/config/i386/gnu-user64.h b/gcc/config/i386/gnu-user64.h |
14 | | -index 1c72b41..457639b 100644 |
| 16 | +index 1c72b41..07894ad 100644 |
15 | 17 | --- a/gcc/config/i386/gnu-user64.h |
16 | 18 | +++ b/gcc/config/i386/gnu-user64.h |
17 | | -@@ -63,6 +63,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see |
| 19 | +@@ -63,7 +63,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see |
18 | 20 | %{" SPEC_32 ":-dynamic-linker " GNU_USER_DYNAMIC_LINKER32 "} \ |
19 | 21 | %{" SPEC_64 ":-dynamic-linker " GNU_USER_DYNAMIC_LINKER64 "} \ |
20 | 22 | %{" SPEC_X32 ":-dynamic-linker " GNU_USER_DYNAMIC_LINKERX32 "}} \ |
21 | | -+ -rpath @@ARTIFACT@@/lib \ |
22 | | - %{static:-static}}" |
| 23 | +- %{static:-static}}" |
| 24 | ++ %{static:-static}} \ |
| 25 | ++ -rpath @@ARTIFACT@@/lib" |
23 | 26 |
|
24 | 27 | #undef LINK_SPEC |
| 28 | + #define LINK_SPEC GNU_USER_TARGET_LINK_SPEC |
0 commit comments