summarylogtreecommitdiffstats
path: root/no-pie.patch
blob: f6be2573bc2485eb8026ffbf4bf1598f50f5dfc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- LinuxToolChain.cs	2018-10-12 22:43:55.832656436 -0500
+++ LinuxToolChain.cs_new	2018-10-13 00:06:06.833791928 -0500
@@ -816,7 +816,7 @@
 			Result += " -Wl,--build-id";
 			if (bSuppressPIE && !LinkEnvironment.bIsBuildingDLL)
 			{
-				Result += " -Wl,-nopie";
+				Result += " -Wl,--no-pie";
 			}
 
 			// whether we actually can do that is checked in CanUseLTO() earlier