mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Demos: Compile LinkDemo as a PIE with interpreter /lib/lib-elf.so
This commit is contained in:
parent
7a7e7c82b5
commit
c3be3718cf
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@ OBJS = \
|
||||||
|
|
||||||
PROGRAM = LinkDemo
|
PROGRAM = LinkDemo
|
||||||
|
|
||||||
|
SUBPROJECT_CXXFLAGS = -fPIC
|
||||||
|
LDFLAGS = -pie -Wl,--dynamic-linker=/lib/ld-elf.so
|
||||||
|
|
||||||
include ../../../Makefile.common
|
include ../../../Makefile.common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue