artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88eebee
)
Build amd64 bootstrap with -ffreestanding.
author
naddy
<naddy@openbsd.org>
Tue, 30 May 2017 15:02:22 +0000
(15:02 +0000)
committer
naddy
<naddy@openbsd.org>
Tue, 30 May 2017 15:02:22 +0000
(15:02 +0000)
"totally makes sense" kettenis@
ok deraadt@
sys/arch/amd64/stand/Makefile.inc
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/stand/Makefile.inc
b/sys/arch/amd64/stand/Makefile.inc
index
48004c4
..
d4f0fc1
100644
(file)
--- a/
sys/arch/amd64/stand/Makefile.inc
+++ b/
sys/arch/amd64/stand/Makefile.inc
@@
-1,7
+1,7
@@
-# $OpenBSD: Makefile.inc,v 1.1
5 2016/11/06 16:04:20 tb
Exp $
+# $OpenBSD: Makefile.inc,v 1.1
6 2017/05/30 15:02:22 naddy
Exp $
CFLAGS=${DEBUG} ${COPTS} -Os -Wall -Werror
-CFLAGS+= -fno-stack-protector -DMDRANDOM
+CFLAGS+= -f
freestanding -f
no-stack-protector -DMDRANDOM
CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR}
SACFLAGS=-D_STANDALONE
DEBUGFLAGS=