forked from pool/s390-tools
14 lines
413 B
Diff
14 lines
413 B
Diff
|
--- s390-tools-2.15.1/common.mak 2020-10-28 10:31:59.000000000 -0400
|
||
|
+++ s390-tools-2.15.1/common.mak 2021-03-01 11:16:20.285597140 -0500
|
||
|
@@ -224,8 +224,8 @@
|
||
|
|
||
|
ifneq ($(shell $(CC_SILENT) -dumpspecs 2>/dev/null | grep -e '[^f]no-pie'),)
|
||
|
NO_PIE_CFLAGS := -fno-pie
|
||
|
- NO_PIE_LINKFLAGS := -no-pie
|
||
|
- NO_PIE_LDFLAGS := -no-pie
|
||
|
+ NO_PIE_LINKFLAGS :=
|
||
|
+ NO_PIE_LDFLAGS :=
|
||
|
else
|
||
|
NO_PIE_CFLAGS :=
|
||
|
NO_PIE_LINKFLAGS :=
|