blob: 94c077e0322bca05ab227511f71903729c05968e (
plain)
1
2
3
4
5
6
|
# $OpenBSD: Makefile.inc,v 1.4 2019/07/01 15:58:38 kettenis Exp $
# no jump tables in _dl_boot_bind()
CFLAGS += -fno-jump-tables
CFLAGS += -fPIC -msoft-float
LD_SCRIPT = ${.CURDIR}/${MACHINE_CPU}/ld.script
|