1# $OpenBSD: Makefile.inc,v 1.5 2019/10/20 03:44:49 guenther Exp $ 2 3# no jump tables in _dl_boot_bind() 4CFLAGS += -fno-jump-tables 5CFLAGS += -fPIC -msoft-float 6LD_SCRIPT = ${.CURDIR}/${MACHINE_CPU}/ld.script 7 8RELATIVE_RELOC=R_PPC_RELATIVE 9