artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1dd7b8
)
Link fenv.S test program statically to avoid calling the dynamic
author
bluhm
<bluhm@openbsd.org>
Mon, 17 May 2021 13:54:42 +0000
(13:54 +0000)
committer
bluhm
<bluhm@openbsd.org>
Mon, 17 May 2021 13:54:42 +0000
(13:54 +0000)
linker.
regress/sys/arch/amd64/fpu/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/arch/amd64/fpu/Makefile
b/regress/sys/arch/amd64/fpu/Makefile
index
a915755
..
45aefa9
100644
(file)
--- a/
regress/sys/arch/amd64/fpu/Makefile
+++ b/
regress/sys/arch/amd64/fpu/Makefile
@@
-1,8
+1,8
@@
-# $OpenBSD: Makefile,v 1.
2 2020/12/17 00:51:1
2 bluhm Exp $
+# $OpenBSD: Makefile,v 1.
3 2021/05/17 13:54:4
2 bluhm Exp $
PROGS = fenv fdump fdfl feget fxproc0
SRCS_fenv = fenv.S
-LDADD_fenv = -no
stdlib -nopie
+LDADD_fenv = -no
pie -nostdlib -static
LDADD_fdfl = -lm
LDADD_feget = -lm
LDADD_fxproc0 = -lkvm