1# $OpenBSD: Makefile.inc,v 1.1 2020/06/25 04:00:58 drahn 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_PPC64_RELATIVE 9 10# Suppress DWARF2 warnings 11DEBUG?= -gdwarf-4 12