We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaf3c2 commit 8e9fdf4Copy full SHA for 8e9fdf4
tests/Makefile.am
@@ -82,7 +82,7 @@ export NIX_LDFLAGS=
82
simple_SOURCES = simple.c
83
# no -fpic for simple.o
84
simple_CFLAGS =
85
-simple_LDFLAGS = -Wl,-z,noexecstack
+simple_LDFLAGS = -Wl,-z,noexecstack -no-pie
86
87
simple_pie_SOURCES = simple.c
88
simple_pie_CFLAGS = -fPIC -pie
@@ -173,7 +173,7 @@ libmany_syms_so_LDFLAGS = $(LDFLAGS_sharedlib)
173
no_rpath_SOURCES = no-rpath.c
174
# no -fpic for no-rpath.o
175
no_rpath_CFLAGS =
176
-no_rpath_LDFLAGS =
+no_rpath_LDFLAGS = -no-pie
177
178
contiguous_note_sections_SOURCES = contiguous-note-sections.s contiguous-note-sections.ld
179
contiguous_note_sections_LDFLAGS = -nostdlib -T $(srcdir)/contiguous-note-sections.ld
0 commit comments