9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b648b55d4895846888a9f854eca4320acf9b4ee2
parent 65da13bccc4dffd7746a66f4f3d5a4a3e3721229
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu,  8 Nov 2018 14:47:56 +0000

Merge "[config] OpenBSD needs -nopie"
Diffstat:
Mconfig/amd64-openbsd.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/amd64-openbsd.mk b/config/amd64-openbsd.mk @@ -1,6 +1,6 @@ ARCH = amd64 -SYSCFLAGS = -g -static -nostdinc -ffreestanding -std=c99 -fno-stack-protector -MD -Wall -SYSLDFLAGS = -static -z nodefaultlib +SYSCFLAGS = -g -static -nostdinc -ffreestanding -std=c99 -fno-stack-protector -MD -Wall -nopie +SYSLDFLAGS = -static -z nodefaultlib -nopie COMP = gcc ASM = as LINKER = ld