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.
2 parents 297abed + fd82dff commit ce99c93Copy full SHA for ce99c93
tests/Makefile.am
@@ -137,9 +137,9 @@ no_rpath_SOURCES = no-rpath.c
137
no_rpath_CFLAGS =
138
139
contiguous_note_sections_SOURCES = contiguous-note-sections.s contiguous-note-sections.ld
140
-contiguous_note_sections_LDFLAGS = -nostdlib -T contiguous-note-sections.ld
+contiguous_note_sections_LDFLAGS = -nostdlib -T $(srcdir)/contiguous-note-sections.ld
141
contiguous_note_sections_CFLAGS = -pie
142
143
phdr_corruption_so_SOURCES = void.c phdr-corruption.ld
144
-phdr_corruption_so_LDFLAGS = -nostdlib -shared -Wl,-Tphdr-corruption.ld
+phdr_corruption_so_LDFLAGS = -nostdlib -shared -Wl,-T$(srcdir)/phdr-corruption.ld
145
phdr_corruption_so_CFLAGS =
0 commit comments