Skip to content

Commit 8e9fdf4

Browse files
committed
Revert "partially revert "Fix page size on Alpha""
This reverts commit d985189.
1 parent 1aaf3c2 commit 8e9fdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export NIX_LDFLAGS=
8282
simple_SOURCES = simple.c
8383
# no -fpic for simple.o
8484
simple_CFLAGS =
85-
simple_LDFLAGS = -Wl,-z,noexecstack
85+
simple_LDFLAGS = -Wl,-z,noexecstack -no-pie
8686

8787
simple_pie_SOURCES = simple.c
8888
simple_pie_CFLAGS = -fPIC -pie
@@ -173,7 +173,7 @@ libmany_syms_so_LDFLAGS = $(LDFLAGS_sharedlib)
173173
no_rpath_SOURCES = no-rpath.c
174174
# no -fpic for no-rpath.o
175175
no_rpath_CFLAGS =
176-
no_rpath_LDFLAGS =
176+
no_rpath_LDFLAGS = -no-pie
177177

178178
contiguous_note_sections_SOURCES = contiguous-note-sections.s contiguous-note-sections.ld
179179
contiguous_note_sections_LDFLAGS = -nostdlib -T $(srcdir)/contiguous-note-sections.ld

0 commit comments

Comments
 (0)